Skip to content

Commit

Permalink
Merge pull request #210 from tomquist/fix-build
Browse files Browse the repository at this point in the history
Fix docker build
  • Loading branch information
reserve85 authored Jun 18, 2024
2 parents 62f85e0 + 9b5fd39 commit 7b30c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: github.event_name != 'pull_request'
run: |
mkdir -p /tmp/digests
digest="${{ steps.build.outputs.digest }}"
digest="${{ steps.build_push.outputs.digest }}"
touch "/tmp/digests/${digest#sha256:}"
- name: Upload digest
if: github.event_name != 'pull_request'
Expand Down

1 comment on commit 7b30c2f

@reserve85
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

Please sign in to comment.