Skip to content

Commit

Permalink
chore: more shell fun
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Nov 10, 2023
1 parent 60440fe commit 469e7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
type=semver,pattern={{major}}
- run: |
set -Eeuo pipefail
ANNOTATIONS=echo '$DOCKER_METADATA_OUTPUT_LABELS' | sed 's/org.opencontainers.image./annotation-index.org.opencontainers.image./' | tr '\n' ','
ANNOTATIONS=echo '${{ steps.meta.outputs.labels }}' | sed 's/org.opencontainers.image./annotation-index.org.opencontainers.image./' | tr '\n' ','
echo annotations=$ANNOTATIONS >> "$GITHUB_OUTPUT"
id: annotations
- uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
Expand Down

0 comments on commit 469e7a8

Please sign in to comment.