Skip to content

Commit

Permalink
Update docker-tracing-arm64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored May 20, 2024
1 parent cf5b1d6 commit bf234d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-tracing-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
context: .
push: true
tags: |
ghcr.io/metrico/k6:tracing
ghcr.io/metrico/k6:tracing-arm64
- uses: shrink/actions-docker-extract@v3
id: extract
with:
image: ghcr.io/metrico/k6:tracing
image: ghcr.io/metrico/k6:tracing-arm64
path: /k6-tracing
- name: Rename Binary
run: mv ${{ steps.extract.outputs.destination }}/k6-tracing ${{ steps.extract.outputs.destination }}/k6-tracing-arm64
Expand Down

0 comments on commit bf234d4

Please sign in to comment.