Skip to content

Commit 9b5fd39

Browse files
committed
Fix docker build
Looks like I've broken this in #204
1 parent 62f85e0 commit 9b5fd39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if: github.event_name != 'pull_request'
8080
run: |
8181
mkdir -p /tmp/digests
82-
digest="${{ steps.build.outputs.digest }}"
82+
digest="${{ steps.build_push.outputs.digest }}"
8383
touch "/tmp/digests/${digest#sha256:}"
8484
- name: Upload digest
8585
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)