Skip to content

Commit

Permalink
fixup?
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Jan 20, 2025
1 parent ee29b41 commit 7618ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Export digest
run: |
mkdir -p ${{ runner.temp }}/digests
digest="${{ steps.build.outputs.digest }}"
digest="${{ steps.build.outputs.imageid }}"
touch "${{ runner.temp }}/digests/${digest#sha256:}"
- name: Upload digest
Expand Down

0 comments on commit 7618ba2

Please sign in to comment.