We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e9206 commit a50986dCopy full SHA for a50986d
.github/workflows/release-image.yml
@@ -15,10 +15,7 @@ on:
15
registry-password:
16
required: true
17
18
-permissions:
19
- contents: read
20
- packages: write
21
- id-token: write
+permissions: read-all
22
23
jobs:
24
build:
@@ -56,7 +53,6 @@ jobs:
56
53
uses: docker/setup-buildx-action@v2
57
54
58
55
- name: Login to registry
59
- if: github.event_name != 'pull_request'
60
uses: docker/login-action@v2
61
with:
62
registry: ghcr.io
0 commit comments