File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
- name : Login to DockerHub
153
153
uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
154
154
with :
155
- username : ${{ secrets .DOCKERHUB_USERNAME }}
155
+ username : ${{ vars .DOCKERHUB_USERNAME }}
156
156
password : ${{ secrets.DOCKERHUB_TOKEN }}
157
157
158
158
- name : Push OCI image tags
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160
160
- name : Login to DockerHub
161
161
uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
162
162
with :
163
- username : ${{ secrets .DOCKERHUB_USERNAME }}
163
+ username : ${{ vars .DOCKERHUB_USERNAME }}
164
164
password : ${{ secrets.DOCKERHUB_TOKEN }}
165
165
166
166
- name : Push OCI image tags
@@ -230,7 +230,7 @@ jobs:
230
230
- name : Update Docker repository description
231
231
uses : peter-evans/dockerhub-description@93b93397c27ed52b4055b8c6b2f8d92456ab3c56 # v3.1.2
232
232
with :
233
- username : ${{ secrets .DOCKERHUB_USERNAME }}
233
+ username : ${{ vars .DOCKERHUB_USERNAME }}
234
234
password : ${{ secrets.DOCKERHUB_TOKEN }}
235
235
repository : ${{ github.repository }}
236
236
You can’t perform that action at this time.
0 commit comments