Skip to content

Commit

Permalink
fix: add version to push in Makefile (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Engin Diri <[email protected]>
  • Loading branch information
Engin Diri authored Mar 1, 2022
1 parent 81796b7 commit 0aa1218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ build-container-image:

.PHONY: push-container-image
push-container-image: build-container-image
@docker push $(CONTAINER_IMAGE)
@docker push $(CONTAINER_IMAGE):$(BASE_VERSION)-$(SUFFIX)

0 comments on commit 0aa1218

Please sign in to comment.