Skip to content

Commit

Permalink
Manifests was overwritten by the second docker push, creating it manu…
Browse files Browse the repository at this point in the history
…ally
  • Loading branch information
laszlocph committed Aug 2, 2023
1 parent e65e51d commit 1715cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
ghcr.io/gimlet-io/image-builder:$version \
--amend ghcr.io/gimlet-io/image-builder:amd64-$version \
--amend ghcr.io/gimlet-io/image-builder:arm64-$version
docker manifest push gimlet-io/image-builder:$version
docker manifest push ghcr.io/gimlet-io/image-builder:$version
env:
password: ${{ secrets.PAT }} # `PAT` is a secret that contains your Personal Access Token with `write:packages` scope
version: ${{ steps.version.outputs.version }}

0 comments on commit 1715cfe

Please sign in to comment.