Skip to content

Commit

Permalink
Include vantage6 version in the image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvanb committed Jul 24, 2024
1 parent 24fb3e5 commit 799257e
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 @@ -18,7 +18,7 @@ image:
@echo "Building ${REGISTRY}/algorithms/crosstab:${TAG}-v6-${VANTAGE6_VERSION}"
@echo "Building ${REGISTRY}/algorithms/crosstab:latest"
docker buildx build \
--tag ${REGISTRY}/algorithms/crosstab:${TAG} \
--tag ${REGISTRY}/algorithms/crosstab:${TAG}-v6-${VANTAGE6_VERSION} \
--tag ${REGISTRY}/algorithms/crosstab:latest \
--platform ${PLATFORMS} \
-f ./Dockerfile \
Expand Down

0 comments on commit 799257e

Please sign in to comment.