Skip to content

Commit 3d744ae

Browse files
committed
Fixed wrong username in CI
1 parent 3603049 commit 3d744ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Docker Login
2222
uses: docker/login-action@v2
2323
with:
24-
username: ${{ github.actor }}
24+
username: tutorialwork
2525
password: ${{ secrets.DOCKER_HUB_TOKEN }}
2626

2727
- uses: actions/setup-java@v4

.github/workflows/deploy_x86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Docker Login
2222
uses: docker/login-action@v2
2323
with:
24-
username: ${{ github.actor }}
24+
username: tutorialwork
2525
password: ${{ secrets.DOCKER_HUB_TOKEN }}
2626

2727
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)