We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa17be7 commit 72db10eCopy full SHA for 72db10e
.github/workflows/ci.yml
@@ -43,11 +43,10 @@ jobs:
43
type=sha,format=short
44
45
- name: Log in to Docker Hub
46
- if: ${{ secrets.DOCKERHUB_USERNAME && secrets.DOCKERHUB_TOKEN }}
47
uses: docker/login-action@v3
48
with:
49
- username: ${{ secrets.DOCKERHUB_USERNAME }}
50
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ username: ${{ vars.DOCKERHUB_USERNAME }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
51
52
- name: Build and push Docker image
53
uses: docker/build-push-action@v6
0 commit comments