Skip to content

Commit

Permalink
Push :latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Aug 14, 2022
1 parent 9ae2e78 commit ed60536
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 @@ -157,6 +157,7 @@ docker-push-manager: ## Push docker image with the manager.
--platform linux/arm64,linux/arm/v7,linux/arm/v8,linux/amd64 \
--push \
-f build/Dockerfile-controller \
-t ${CONTROLLER_IMAGE}:latest \
-t ${CONTROLLER_IMAGE}:${VERSION} .

.PHONY: docker-push-converter
Expand All @@ -166,6 +167,7 @@ docker-push-converter: ## Push docker image with the converter.
--platform linux/arm64,linux/arm/v7,linux/arm/v8,linux/amd64 \
--push \
-f build/Dockerfile-converter \
-t ${CONVERTER_IMAGE}:latest \
-t ${CONVERTER_IMAGE}:${VERSION} .

.PHONY: docker-push
Expand Down

0 comments on commit ed60536

Please sign in to comment.