Skip to content

Commit a50986d

Browse files
fix merge request image builds
1 parent f7e9206 commit a50986d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release-image.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ on:
1515
registry-password:
1616
required: true
1717

18-
permissions:
19-
contents: read
20-
packages: write
21-
id-token: write
18+
permissions: read-all
2219

2320
jobs:
2421
build:
@@ -56,7 +53,6 @@ jobs:
5653
uses: docker/setup-buildx-action@v2
5754

5855
- name: Login to registry
59-
if: github.event_name != 'pull_request'
6056
uses: docker/login-action@v2
6157
with:
6258
registry: ghcr.io

0 commit comments

Comments
 (0)