Skip to content

Commit

Permalink
debug + commit with vs
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleBonamy committed Nov 16, 2024
1 parent a2dfab4 commit 6ff1dec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: digests-${{ env.PLATFORM_PAIR }}
name: digests2-${{ env.PLATFORM_PAIR }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand All @@ -199,7 +199,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: /tmp/digests
pattern: digests-*
pattern: digests2-*
merge-multiple: true

- name: Set up Docker Buildx
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: digests-${{ env.PLATFORM_PAIR }}
name: digests3-${{ env.PLATFORM_PAIR }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand All @@ -302,7 +302,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: /tmp/digests
pattern: digests-*
pattern: digests3-*
merge-multiple: true

- name: Set up Docker Buildx
Expand Down

0 comments on commit 6ff1dec

Please sign in to comment.