Skip to content

Commit

Permalink
replace image for k6
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Oct 26, 2023
1 parent 02c5146 commit be9ab50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- develop
- update-k6s-executor
paths-ignore:
- 'docs/**'
env:
Expand Down
2 changes: 1 addition & 1 deletion contrib/executor/k6/build/agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# syntax=docker/dockerfile:1
FROM kubeshop/testkube-k6-executor:base as builder

FROM loadimpact/k6:0.36.0
FROM grafana/k6:0.47.0
COPY k6 /bin/runner
WORKDIR /home/k6
COPY --from=builder /go/k6 /usr/bin/k6
Expand Down

0 comments on commit be9ab50

Please sign in to comment.