Skip to content

Commit 3f9dcdb

Browse files
committed
Fix digest output
1 parent a4c962b commit 3f9dcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- name: Export digest
135135
run: |
136136
mkdir -p ${{ runner.temp }}/digests/${{ matrix.docker_target }}
137-
digest="${{ steps.build.outputs.digest }}"
137+
digest="${{ steps.build-and-push.outputs.digest }}"
138138
touch "${{ runner.temp }}/digests/${{ matrix.docker_target }}/${digest#sha256:}"
139139
140140
- name: Upload digest

0 commit comments

Comments
 (0)