We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c603a15 commit 68dec6bCopy full SHA for 68dec6b
.github/workflows/docker-release.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: docker/setup-buildx-action@v3
25
26
- name: Log in to Container Registry
27
- uses: docker/login-action@v4
+ uses: docker/login-action@v3
28
with:
29
registry: ${{ env.REGISTRY }}
30
username: ${{ github.actor }}
@@ -51,9 +51,3 @@ jobs:
51
cache-from: type=gha
52
cache-to: type=gha,mode=max
53
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