diff --git a/.github/workflows/docker-tracing-arm64.yml b/.github/workflows/docker-tracing-arm64.yml index 42c21f9..a8d7c69 100644 --- a/.github/workflows/docker-tracing-arm64.yml +++ b/.github/workflows/docker-tracing-arm64.yml @@ -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