We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a22010 commit a15b159Copy full SHA for a15b159
.github/workflows/docker-publish.yml
@@ -19,12 +19,12 @@ jobs:
19
- name: Set up Docker Buildx
20
uses: docker/setup-buildx-action@v1
21
22
- - name: Login to GitHub Container Registry
23
- uses: docker/login-action@v2
+ - name: Log in to the Container registry
+ uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
24
with:
25
- registry: ghcr.io
+ registry: ${{ env.REGISTRY }}
26
username: ${{ github.actor }}
27
- password: ${{ secrets.GHCR_PAT }}
+ password: ${{ secrets.GITHUB_TOKEN }}
28
29
- name: Extract branch name
30
id: extract_branch
0 commit comments