We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2eb8d1 commit b324df7Copy full SHA for b324df7
.github/workflows/docker-push.yml
@@ -49,8 +49,9 @@ jobs:
49
name: Login to Docker Hub
50
uses: docker/login-action@v3
51
with:
52
- username: ${{ secrets.DOCKERHUB_USER }}
53
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ registry: ${{ secrets.DOCKER_REGISTRY }}
+ username: ${{ secrets.DOCKER_USERNAME }}
54
+ password: ${{ secrets.DOCKER_PASSWORD }}
55
-
56
name: Build and push
57
uses: docker/build-push-action@v5
0 commit comments