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 61ea20e commit e65e51d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ jobs:
run: |
echo $password | docker login ghcr.io -u gimlet-io --password-stdin
docker manifest create \
gimlet-io/image-builder:$version \
--amend gimlet-io/image-builder:amd64-$version \
--amend gimlet-io/image-builder:arm64-$version
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
env:
password: ${{ secrets.PAT }} # `PAT` is a secret that contains your Personal Access Token with `write:packages` scope
Expand Down

0 comments on commit e65e51d

Please sign in to comment.