File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -192,12 +192,12 @@ jobs:
192192 files : ${{ env.DIST }}.tar.gz
193193
194194 - name : Set up Docker Buildx
195- if : github.event_name == 'release' && env.GOOS == 'linux' && env.GOARCH == 'amd64'
195+ if : env.GOOS == 'linux' && env.GOARCH == 'amd64'
196196 id : buildx
197197 uses : docker/setup-buildx-action@v1
198198
199199 - name : Login to DockerHub
200- if : github.event_name == 'release' && env.GOOS == 'linux' && env.GOARCH == 'amd64'
200+ if : env.GOOS == 'linux' && env.GOARCH == 'amd64'
201201 uses : docker/login-action@v1
202202 with :
203203 username : ${{ secrets.DOCKERHUB_USER }}
@@ -221,13 +221,6 @@ jobs:
221221 uozi/nginx-ui:latest
222222 uozi/nginx-ui:${{ steps.get_version.outputs.VERSION }}
223223
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-
231224 - name : Prepare Demo Dockerfile
232225 if : env.GOOS == 'linux' && env.GOARCH == 'amd64'
233226 run : |
You can’t perform that action at this time.
0 commit comments