Skip to content

Commit b819c83

Browse files
committed
fix: github/workflows/images.yml
1 parent c4d566d commit b819c83

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/images.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
build:
1010
environment: production
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
14+
packages: write
1215
steps:
1316
- name: Login to Docker Hub
1417
uses: docker/login-action@v3
@@ -20,7 +23,7 @@ jobs:
2023
uses: docker/login-action@v3
2124
with:
2225
registry: ghcr.io
23-
username: ${{ github.repository_owner }}
26+
username: ${{ github.actor }}
2427
password: ${{ secrets.GITHUB_TOKEN }}
2528

2629
- name: Set up QEMU

0 commit comments

Comments
 (0)