Skip to content

Commit

Permalink
fix: update with sed targetarch
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Oct 2, 2024
1 parent d5528dd commit b277f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Build and push the Docker image using buildx
run: |
TARGETARCH="${{ matrix.platform##linux/ }}"
TARGETARCH=$(echo "${MATRIX_PLATFORM}" | sed 's/linux\///')
# Convert labels to individual --label flags with proper quoting
labels=""
Expand Down

0 comments on commit b277f17

Please sign in to comment.