Skip to content

Commit 3d4c4d6

Browse files
Update maven-publish.yml
1 parent 0deda11 commit 3d4c4d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Login to Docker Hub
1212
uses: docker/login-action@v3
1313
with:
14-
username: ${{ vars.DOCKERHUB_USERNAME }}
14+
username: ${{ secrets.DOCKERHUB_USERNAME }}
1515
password: ${{ secrets.DOCKERHUB_TOKEN }}
1616
-
1717
name: Set up QEMU

0 commit comments

Comments
 (0)