Skip to content

Commit 57e8a7f

Browse files
authored
Merge pull request #119 from GACWR/fix/ci-workspace-secrets
Fix Docker Hub secret names in workspace CI
2 parents 06fc1f3 + eda96e4 commit 57e8a7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-workspace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
- name: Login to Docker Hub
5555
uses: docker/login-action@v3
5656
with:
57-
username: ${{ secrets.DOCKERHUB_USERNAME }}
58-
password: ${{ secrets.DOCKERHUB_TOKEN }}
57+
username: ${{ secrets.DOCKER_USERNAME }}
58+
password: ${{ secrets.DOCKER_PASSWORD }}
5959

6060
- name: Build and push
6161
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)