Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
Looks like I've broken this in #204
  • Loading branch information
tomquist committed Jun 17, 2024
1 parent 62f85e0 commit 9b5fd39
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

0 comments on commit 9b5fd39

Please sign in to comment.