Skip to content

Commit

Permalink
fix: use runner name
Browse files Browse the repository at this point in the history
  • Loading branch information
mchristopher committed Aug 23, 2024
1 parent 86cc4f8 commit fad6034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,14 @@ jobs:
platforms: ${{ matrix.arch.platform }}
file: Dockerfile
tags: localimage:latest
cache-from: type=registry,ref=${{ env.REGISTRY }}/fuellabs/fuel-block-committer-build-cache:latest
cache-to: type=registry,ref=${{ env.REGISTRY }}/fuellabs/fuel-block-committer-build-cache:latest,mode=max
cache-from: type=registry,ref=${{ env.REGISTRY }}/fuellabs/fuel-block-committer-build-cache:latest-${{ matrix.arch.runner }}
cache-to: type=registry,ref=${{ env.REGISTRY }}/fuellabs/fuel-block-committer-build-cache:latest-${{ matrix.arch.runner }},mode=max
outputs: type=docker,dest=/tmp/img.tar

- name: Upload Docker image
uses: actions/upload-artifact@v2
with:
name: docker-${{ matrix.arch.platform }}
name: docker-${{ matrix.arch.runner }}
path: /tmp/img.tar

publish-docker-images:
Expand Down

0 comments on commit fad6034

Please sign in to comment.