Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleBonamy committed Nov 14, 2024
1 parent 43b66c2 commit 143cc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Export digest
run: |
mkdir -p /tmp/digests
digest="${{ steps.docker.outputs.digest }}"
digest="${{ steps.build.outputs.digest }}"
touch "/tmp/digests/${digest#sha256:}"
- name: Upload digest
Expand Down

0 comments on commit 143cc77

Please sign in to comment.