Skip to content

Commit

Permalink
feat: add extra tags to k6 runner image (#146)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer authored Dec 4, 2023
1 parent 1bf7429 commit f0625e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,9 @@ build-keda-k6-runner:
docker build -f k6-runner/Dockerfile -t ${IMAGE_KEDA_K6_RUNNER}:$(K6_VERSION) --build-arg K6_VERSION=$(K6_VERSION) .

push-keda-k6-runner:
docker buildx build --push --platform=${BUILD_PLATFORMS} -f k6-runner/Dockerfile -t ${IMAGE_KEDA_K6_RUNNER}:$(K6_VERSION) --build-arg K6_VERSION=$(K6_VERSION) .
docker buildx build --push --platform=${BUILD_PLATFORMS} \
-f k6-runner/Dockerfile \
-t ${IMAGE_KEDA_K6_RUNNER}:latest \
-t ${IMAGE_KEDA_K6_RUNNER}:$(K6_VERSION) \
-t ${IMAGE_KEDA_K6_RUNNER}:$(K6_VERSION)-$(IMAGE_TAG) \
--build-arg K6_VERSION=$(K6_VERSION) .

0 comments on commit f0625e9

Please sign in to comment.