Skip to content

Commit f8af22f

Browse files
authored
Update docker-image.yml
1 parent 707e512 commit f8af22f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,13 @@ jobs:
2727
push: true
2828
tags: |
2929
ghcr.io/metrico/k6:latest
30+
- uses: shrink/actions-docker-extract@v3
31+
id: extract
32+
with:
33+
image: ghcr.io/metrico/k6:latest
34+
path: /usr/bin/k6
35+
- name: Upload Custom k6
36+
uses: actions/upload-artifact@v3
37+
with:
38+
path: ${{ steps.extract.outputs.destination }}
39+
name: latest

0 commit comments

Comments
 (0)