Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Plüddemann committed May 16, 2024
1 parent d832785 commit 03ab43f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,11 @@ jobs:
type=ref,event=pr
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
- name: Create Manifest and Push Image
- name: Create manifest list and push
working-directory: /tmp/digests
run: |
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf '{{ matrix.image }}@sha256:%s ' *)
$(printf '${{ matrix.image }}@sha256:%s ' *)
- name: Inspect image
run: |
docker buildx imagetools inspect {{ matrix.image }}:${{ steps.meta.outputs.version }}
docker buildx imagetools inspect ${{ matrix.image }}:${{ steps.meta.outputs.version }}

0 comments on commit 03ab43f

Please sign in to comment.