We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06fc1f3 + eda96e4 commit 57e8a7fCopy full SHA for 57e8a7f
1 file changed
.github/workflows/ci-workspace.yml
@@ -54,8 +54,8 @@ jobs:
54
- name: Login to Docker Hub
55
uses: docker/login-action@v3
56
with:
57
- username: ${{ secrets.DOCKERHUB_USERNAME }}
58
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ username: ${{ secrets.DOCKER_USERNAME }}
+ password: ${{ secrets.DOCKER_PASSWORD }}
59
60
- name: Build and push
61
uses: docker/build-push-action@v5
0 commit comments