Skip to content

Commit 263e4ca

Browse files
authored
Merge pull request #16 from taikoxyz/update-docker
fix(repo): Update docker workflow
2 parents 3b10dfa + 8d46911 commit 263e4ca

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,15 @@ jobs:
6666
digest="${{ steps.build.outputs.digest }}"
6767
touch "/tmp/digests/${digest#sha256:}"
6868
69+
- name: Prepare platform pair
70+
run: |
71+
platform=${{ matrix.platform }}
72+
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
73+
6974
- name: Upload digest
7075
uses: actions/upload-artifact@v4
7176
with:
72-
name: digests-${{ matrix.platform }}
77+
name: digests-${{ env.PLATFORM_PAIR }}
7378
path: /tmp/digests/*
7479
if-no-files-found: error
7580
retention-days: 1

0 commit comments

Comments
 (0)