We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f620484 commit 732221fCopy full SHA for 732221f
1 file changed
.github/workflows/docker-build.yml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- main
7
tags:
8
- - 'v*'
+ - "v*"
9
pull_request:
10
11
@@ -109,14 +109,7 @@ jobs:
109
with:
110
registry: ghcr.io
111
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 }}
+ password: ${{ secrets.GHCR_PAT }}
120
121
- name: Docker meta
122
id: meta
0 commit comments