Skip to content

Commit

Permalink
Fix Makefile to push images
Browse files Browse the repository at this point in the history
  • Loading branch information
naoki9911 committed Oct 23, 2024
1 parent dfc41f4 commit 86a2a48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ push-driver: init-buildx-driver
--tag ${DRIVER_IMAGE}:${STAGINGVERSION} \
--tag ${DRIVER_IMAGE}:latest \
--builder ${BUILDX_BUILDER} \
--push \
--platform linux/amd64,linux/arm64 .

define example-template
Expand Down Expand Up @@ -109,6 +110,7 @@ push-example-$(1)-$(2):
--tag ${EXAMPLE_IMAGE}-$1-$2:${STAGINGVERSION} \
--tag ${EXAMPLE_IMAGE}-$1-$2:latest \
--builder ${BUILDX_BUILDER} \
--push \
--platform linux/amd64,linux/arm64 .
endef

Expand Down

0 comments on commit 86a2a48

Please sign in to comment.