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 5178d1e commit 04cac7dCopy full SHA for 04cac7d
.github/workflows/build.yml
@@ -221,6 +221,13 @@ jobs:
221
uozi/nginx-ui:latest
222
uozi/nginx-ui:${{ steps.get_version.outputs.VERSION }}
223
224
+ - name: Login to DockerHub Again
225
+ if: github.event_name == 'release' && env.GOOS == 'linux' && env.GOARCH == 'amd64'
226
+ uses: docker/login-action@v1
227
+ with:
228
+ username: ${{ secrets.DOCKERHUB_USER }}
229
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
230
+
231
- name: Prepare Demo Dockerfile
232
if: env.GOOS == 'linux' && env.GOARCH == 'amd64'
233
run: |
0 commit comments