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 0039ec7 commit 73e7097Copy full SHA for 73e7097
.github/workflows/maven-docker-pipeline.yml
@@ -51,8 +51,8 @@ jobs:
51
- name: Login to Docker Hub
52
uses: docker/login-action@v3
53
with:
54
- username: ${{ secrets.DOCKER_USERNAME }}
55
- password: ${{ secrets.DOCKER_PASSWORD }}
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
+ password: ${{ secrets.DOCKERHUB_PASSWORD }}
56
57
- name: Build and push
58
uses: docker/build-push-action@v6
0 commit comments