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 ff0dbc5 commit 361e48f
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 @@ -111,15 +111,15 @@ jobs:
-t ghcr.io/gimlet-io/image-builder:arm64-${{ steps.version.outputs.version }} \
--build-arg version=${{ steps.version.outputs.version }} \
.
docker push ghcr.io/gimlet-io/image-builder:arm64-${{ steps.version.outputs.version }}
# docker push ghcr.io/gimlet-io/image-builder:arm64-${{ steps.version.outputs.version }}
docker build \
--platform linux/amd64 \
-f docker/image-builder/Dockerfile.arm64 \
-f docker/image-builder/Dockerfile \
-t ghcr.io/gimlet-io/image-builder:amd64-${{ steps.version.outputs.version }} \
--build-arg version=${{ steps.version.outputs.version }} \
.
docker push ghcr.io/gimlet-io/image-builder:amd64-${{ steps.version.outputs.version }}
# docker push ghcr.io/gimlet-io/image-builder:amd64-${{ steps.version.outputs.version }}
docker manifest create \
ghcr.io/gimlet-io/image-builder:$version \
Expand Down

0 comments on commit 361e48f

Please sign in to comment.