Skip to content

Commit

Permalink
ci: typo export digest
Browse files Browse the repository at this point in the history
  • Loading branch information
DrummyFloyd committed Jan 7, 2025
1 parent cf19241 commit ccda577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
- name: Export digest
run: |
mkdir -p /tmp/digests
digest="${{ steps.build.outputs.digest }}"
digest="${{ steps.docker_build.outputs.digest }}"
touch "/tmp/digests/${digest#sha256:}"
- name: Upload digest
Expand Down

0 comments on commit ccda577

Please sign in to comment.