Skip to content

Commit 225e02a

Browse files
author
André Lange
committed
fix: lowercase GHCR registry, add contents:write for release ZIP upload
1 parent 398f441 commit 225e02a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
# ── GitHub Release Asset (ZIP) ──────────────────────────────────────────
1010
package-zip:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1214
outputs:
1315
zip_name: ${{ steps.zip.outputs.name }}
1416
steps:
@@ -63,8 +65,8 @@ jobs:
6365
file: ./Dockerfile
6466
push: true
6567
tags: |
66-
ghcr.io/${{ github.repository_owner }}/wp-test-env:latest
67-
ghcr.io/${{ github.repository_owner }}/wp-test-env:${{ github.ref_name }}
68+
ghcr.io/langevc/wp-test-env:latest
69+
ghcr.io/langevc/wp-test-env:${{ github.ref_name }}
6870
labels: |
6971
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
7072
org.opencontainers.image.version=${{ github.ref_name }}

0 commit comments

Comments
 (0)