Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Nov 6, 2023
1 parent f8af22f commit 1bb76b4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,12 @@ jobs:
- name: Upload Custom k6
uses: actions/upload-artifact@v3
with:
path: ${{ steps.extract.outputs.destination }}
path: ${{ steps.extract.outputs.destination }}/k6
name: latest
- name: Upload k6 to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ steps.extract.outputs.destination }}/k6
asset_name: k6
tag: latest

0 comments on commit 1bb76b4

Please sign in to comment.