Skip to content

Commit

Permalink
chore: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Apr 2, 2024
1 parent 442f96e commit d83e196
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- name: 📤 Upload digest
uses: actions/upload-artifact@v4
with:
name: digests-${{ github.run_id }}
name: digests-${{ env.PLATFORM_CACHE_TAG }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand All @@ -167,17 +167,10 @@ jobs:
with:
path: /tmp

- name: 📥 Download digests
uses: actions/download-artifact@v4
with:
name: digests-${{ github.run_id }}
path: /tmp/digests

# - name: 📥 Download digests
# uses: actions/download-artifact@v4
# with:
# name: digests
# path: /tmp/digests
- name: Print all download artifact files
run: |
ls -la /tmp
ls -la /tmp/digests
- name: 🔑 Login to docker-hub
uses: docker/login-action@v3
Expand Down

0 comments on commit d83e196

Please sign in to comment.