Skip to content

Commit a15b159

Browse files
authored
Update docker-publish.yml
1 parent 1a22010 commit a15b159

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- name: Set up Docker Buildx
2020
uses: docker/setup-buildx-action@v1
2121

22-
- name: Login to GitHub Container Registry
23-
uses: docker/login-action@v2
22+
- name: Log in to the Container registry
23+
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
2424
with:
25-
registry: ghcr.io
25+
registry: ${{ env.REGISTRY }}
2626
username: ${{ github.actor }}
27-
password: ${{ secrets.GHCR_PAT }}
27+
password: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Extract branch name
3030
id: extract_branch

0 commit comments

Comments
 (0)