Skip to content

Commit

Permalink
feat(release): add push
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Feb 24, 2024
1 parent 37d8785 commit 7a94c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ define build_docker_image
--platform linux/arm64,linux/amd64 \
--tag $(DOCKER_IMAGE_NAME):$(1) \
$(if $(2),--tag $(DOCKER_IMAGE_NAME):$(2)) \
--provenance=false
--provenance=false --push
endef

0 comments on commit 7a94c68

Please sign in to comment.