Skip to content

Commit 935de38

Browse files
author
Teakowa Gatanothor O'deorain
committed
chore(workflows/release): replace token and registry
1 parent 3602460 commit 935de38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
- uses: jerray/publish-docker-action@master
5959
with:
6060
username: ${{ secrets.GITHUB_USERNAME }}
61-
password: ${{ secrets.GITHUB_PR_TOKEN }}
62-
registry: docker.pkg.github.com
61+
password: ${{ secrets.GITHUB_TOKEN }}
62+
registry: ghcr.io
6363
repository: fspnet/nginx/nginx
6464
cache: fspnet/nginx/nginx
6565
tags: latest

0 commit comments

Comments
 (0)