Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit 038822e

Browse files
committed
update
1 parent 85a7340 commit 038822e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ jobs:
2222
name: Login to DockerHub
2323
uses: docker/login-action@v1.14.1
2424
with:
25-
registry: ${{ env.REGISTRY_DOCKER }}
2625
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2726
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
2827
-
2928
name: Login to GitHub Container Registry
3029
uses: docker/login-action@v1.14.1
3130
with:
32-
registry: ${{ env.REGISTRY_GITHUB }}
31+
registry: ghcr.io
3332
username: ${{ github.actor }}
3433
password: ${{ secrets.GITHUB_TOKEN }}
3534
-

0 commit comments

Comments
 (0)