Skip to content

Commit 732221f

Browse files
authored
Revert to GHCR_PAT (#776)
1 parent f620484 commit 732221f

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
tags:
8-
- 'v*'
8+
- "v*"
99
pull_request:
1010
branches:
1111
- main
@@ -109,14 +109,7 @@ jobs:
109109
with:
110110
registry: ghcr.io
111111
username: ${{ github.actor }}
112-
password: ${{ secrets.GITHUB_TOKEN }}
113-
114-
# - name: Login to Docker Hub
115-
# if: github.event_name != 'pull_request'
116-
# uses: docker/login-action@v3
117-
# with:
118-
# username: ${{ vars.DOCKERHUB_USERNAME }}
119-
# password: ${{ secrets.DOCKERHUB_TOKEN }}
112+
password: ${{ secrets.GHCR_PAT }}
120113

121114
- name: Docker meta
122115
id: meta

0 commit comments

Comments
 (0)