Skip to content

Commit 73e7097

Browse files
authored
Update maven-docker-pipeline.yml
1 parent 0039ec7 commit 73e7097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-docker-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
- name: Login to Docker Hub
5252
uses: docker/login-action@v3
5353
with:
54-
username: ${{ secrets.DOCKER_USERNAME }}
55-
password: ${{ secrets.DOCKER_PASSWORD }}
54+
username: ${{ secrets.DOCKERHUB_USERNAME }}
55+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
5656

5757
- name: Build and push
5858
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)