Skip to content

Commit

Permalink
fix(ci): nightly jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohe-Am committed Apr 3, 2024
1 parent 1c6c8af commit 04644c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
touch "digests/prd/${digest#sha256:}"
- uses: actions/upload-artifact@v4
with:
name: digests
name: digests-${{ matrix.platform }}
path: ./digests/*
if-no-files-found: error
retention-days: 1
Expand All @@ -72,7 +72,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: digests
pattern: digests-*
merge-multiple: true
path: ./digests
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
Expand Down

0 comments on commit 04644c2

Please sign in to comment.