Skip to content

Commit 2a4ff17

Browse files
committed
fix
1 parent 16887b0 commit 2a4ff17

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
password: ${{ secrets.DOCKERHUB_TOKEN }}
4848

4949
- name: Build and push
50+
id: buildpush
5051
uses: docker/build-push-action@v5
5152
with:
5253
platforms: linux/amd64,linux/arm64
@@ -61,5 +62,5 @@ jobs:
6162
uses: actions/attest-build-provenance@v1
6263
with:
6364
subject-name: ${{ env.GH_REGISTRY }}/${{ env.IMAGE_NAME }}
64-
subject-digest: ${{ steps.push.outputs.digest }}
65+
subject-digest: ${{ steps.buildpush.outputs.digest }}
6566
push-to-registry: true

0 commit comments

Comments
 (0)