Skip to content

Commit 68dec6b

Browse files
committed
Fixed docker push to registry.
1 parent c603a15 commit 68dec6b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-buildx-action@v3
2525

2626
- name: Log in to Container Registry
27-
uses: docker/login-action@v4
27+
uses: docker/login-action@v3
2828
with:
2929
registry: ${{ env.REGISTRY }}
3030
username: ${{ github.actor }}
@@ -51,9 +51,3 @@ jobs:
5151
cache-from: type=gha
5252
cache-to: type=gha,mode=max
5353

54-
- name: Generate artifact attestation
55-
uses: actions/attest-build-provenance@v2
56-
with:
57-
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
58-
subject-digest: ${{ steps.build.outputs.digest }}
59-
push-to-registry: true

0 commit comments

Comments
 (0)