Skip to content

Commit

Permalink
build latest version of k6 instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
pablochacin authored Feb 5, 2025
1 parent 9785ab3 commit 5a2d1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build k6 binary
run: |
docker run --rm -u "$(id -u):$(id -g)" -v "$PWD:/xk6" \
"$IMAGE_REPOSITORY" build master \
"$IMAGE_REPOSITORY" build latest \
--with github.com/grafana/xk6-sql \
--with github.com/grafana/xk6-output-influxdb
- name: Check k6 binary
Expand Down

0 comments on commit 5a2d1c2

Please sign in to comment.