Skip to content

Commit

Permalink
chore: more shell fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Nov 10, 2023
1 parent e3b19c4 commit 9e39401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
- run: |
ANNOTATIONS=echo '${{ steps.meta.outputs.labels }}' | sed 's/org.opencontainers.image./annotation-index.org.opencontainers.image./' | tr '\n' ','
ANNOTATIONS=echo $DOCKER_METADATA_OUTPUT_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 All @@ -62,7 +62,7 @@ jobs:
push: ${{ github.event_name != 'merge_group' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=target,${{ steps.annotations.outputs.annotations }}
outputs: ${{ steps.annotations.outputs.annotations }}type=image,name=target
sbom: true
provenance: true
cache-from: type=gha
Expand Down

0 comments on commit 9e39401

Please sign in to comment.