Skip to content

Commit

Permalink
Fix touch digest file
Browse files Browse the repository at this point in the history
  • Loading branch information
guilload committed Dec 18, 2023
1 parent 835137f commit 7433507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
mkdir -p /tmp/digests/${{ matrix.platform }}
digest="${{ steps.build.outputs.digest }}"
touch "/tmp/digests/${digest#sha256:}"
touch "/tmp/digests/${{ matrix.platform }}/${digest#sha256:}"
- name: Upload digest
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7433507

Please sign in to comment.