Skip to content

Commit 38685f3

Browse files
committed
change docker related secret name
1 parent 45538f0 commit 38685f3

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)