Skip to content

Commit b324df7

Browse files
authored
update docker credential (#29)
1 parent d2eb8d1 commit b324df7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-push.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ jobs:
4949
name: Login to Docker Hub
5050
uses: docker/login-action@v3
5151
with:
52-
username: ${{ secrets.DOCKERHUB_USER }}
53-
password: ${{ secrets.DOCKERHUB_TOKEN }}
52+
registry: ${{ secrets.DOCKER_REGISTRY }}
53+
username: ${{ secrets.DOCKER_USERNAME }}
54+
password: ${{ secrets.DOCKER_PASSWORD }}
5455
-
5556
name: Build and push
5657
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)