Skip to content

Commit

Permalink
chore(release): do not push for now
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 23, 2023
1 parent 7c0009e commit a7714ae
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ define build_docker_image
--platform linux/amd64,linux/arm64 \
--tag $(DOCKER_IMAGE_NAME):$(1) \
--tag $(DOCKER_IMAGE_NAME):$(2) \
--provenance=false \
--push
--provenance=false
endef



# docker buildx build --file ./Dockerfile.cross . \
# --platform linux/amd64,linux/arm64 \
# --tag $(DOCKER_IMAGE_NAME):$(1) \
# --tag $(DOCKER_IMAGE_NAME):$(2) \
# --provenance=false \
# --push

0 comments on commit a7714ae

Please sign in to comment.