Skip to content

Commit

Permalink
.github: debug container digest upload
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Aug 2, 2024
1 parent 5500e2e commit 7115d41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
run: |
mkdir -p /tmp/digests
digest="${{ steps.build.outputs.digest }}"
touch "/tmp/digests/${digest#sha256:}"
fn="/tmp/digests/${digest#sha256:}"
echo "Creating unique digest file for ${{ matrix.platform }}: $fn"
touch $fn
- name: Upload digest
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7115d41

Please sign in to comment.