Skip to content

Commit

Permalink
try with merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Andykmcc committed May 17, 2024
1 parent ed9fb22 commit 18f17b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,10 @@ jobs:
touch "/tmp/digests/${digest#sha256:}"
- name: Upload digest
uses: actions/upload-artifact@v4
uses: actions/upload-artifact/merge@v4
with:
name: digests
path: /tmp/digests/*
separate-directories: true
if-no-files-found: error
retention-days: 1

Expand Down

0 comments on commit 18f17b5

Please sign in to comment.