Skip to content

Commit a1cc7dc

Browse files
committed
fix: gh action
1 parent 709686b commit a1cc7dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
images: implyapp/imply
3333

3434
- name: Build and push Docker image
35+
id: docker_build
3536
uses: docker/build-push-action@v5
3637
with:
3738
context: .
@@ -45,3 +46,4 @@ jobs:
4546
uses: actions/attest-build-provenance@v2
4647
with:
4748
subject-name: implyapp/imply
49+
subject-digest: ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)