Skip to content

Commit e2b6e59

Browse files
authored
Fix 403 Forbidden in push to ghcr
1 parent 3e0de03 commit e2b6e59

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
registry: ghcr.io
1919
username: ${{ github.repository_owner }}
2020
password: ${{ secrets.GITHUB_TOKEN }}
21+
logout: false
2122
- name: Checkout
2223
uses: actions/checkout@v2
2324
- name: Modify Dockerfile

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
registry: ghcr.io
2323
username: ${{ github.repository_owner }}
2424
password: ${{ secrets.GITHUB_TOKEN }}
25+
logout: false
2526
- name: Checkout
2627
uses: actions/checkout@v2
2728
- name: Modify Dockerfile

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
registry: ghcr.io
2121
username: ${{ github.repository_owner }}
2222
password: ${{ secrets.GITHUB_TOKEN }}
23+
logout: false
2324
- name: Checkout
2425
uses: actions/checkout@v2
2526
- name: Modify Dockerfile

0 commit comments

Comments
 (0)