We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c51b3b + 0cfc4c2 commit ce84f4dCopy full SHA for ce84f4d
1 file changed
.github/workflows/ci.yml
@@ -97,6 +97,9 @@ jobs:
97
98
- name: Login to DockerHub
99
uses: docker/login-action@v1
100
+ env:
101
+ DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
102
+ if: ${{ env.DOCKERHUB_USERNAME != '' }}
103
with:
104
username: ${{ secrets.DOCKERHUB_USERNAME }}
105
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -133,6 +136,9 @@ jobs:
133
136
134
137
135
138
139
140
141
142
143
144
0 commit comments