Skip to content

Commit

Permalink
push from buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Oct 5, 2021
1 parent 792fe9d commit 12efddc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ image: build.lambda Dockerfile
--platform linux/amd64,linux/arm64 \
.

push: image
docker push ghcr.io/kayac/asg-lifecycle-hook-ec2:$(VERSION)
push: build.lambda Dockerfile
docker buildx build \
--push \
--tag ghcr.io/kayac/asg-lifecycle-hook-ec2:$(VERSION) \
--platform linux/amd64,linux/arm64 \
.

0 comments on commit 12efddc

Please sign in to comment.