File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -56,17 +56,14 @@ jobs:
5656 }
5757 }
5858 - name : docker login
59- if : ${{ !github.event.pull_request.head.repo.fork }}
6059 uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
6160 with :
6261 registry : docker.io
6362 username : ${{ secrets.DOCKER_HUB_USERNAME }}
6463 password : ${{ secrets.DOCKER_HUB_TOKEN }}
6564 - name : Set up Docker Buildx
66- if : ${{ !github.event.pull_request.head.repo.fork }}
6765 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
6866 - name : Build container image from PR branch
69- if : ${{ !github.event.pull_request.head.repo.fork }}
7067 uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
7168 with :
7269 context : .
@@ -127,3 +124,4 @@ jobs:
127124
128125
129126
127+
You can’t perform that action at this time.
0 commit comments