Skip to content

Commit ceb92dd

Browse files
committed
fix github build action
1 parent 9f86f52 commit ceb92dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
type=raw,value=latest,enable={{is_default_branch}}
4646
4747
- name: Build and push Docker image
48+
id: build
4849
uses: docker/build-push-action@v5
4950
with:
5051
context: .
@@ -60,5 +61,5 @@ jobs:
6061
uses: actions/attest-build-provenance@v1
6162
with:
6263
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
63-
subject-digest: ${{ steps.meta.outputs.digest }}
64+
subject-digest: ${{ steps.build.outputs.digest }}
6465
push-to-registry: true

0 commit comments

Comments
 (0)