File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,7 +133,6 @@ jobs:
133133 with :
134134 platforms : ${{ matrix.platform }}
135135 - name : Login to DockerHub
136- if : fromJson(needs.prepare.outputs.push)
137136 uses : docker/login-action@v3
138137 with :
139138 username : ${{ secrets.REGISTRY_USERNAME }}
Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ jobs:
100100 with :
101101 platforms : ${{ matrix.platform }}
102102 - name : Login to DockerHub
103- if : ${{ fromJson(needs.prepare.outputs.push) && !matrix.debug && !matrix.mimalloc }}
104103 uses : docker/login-action@v3
105104 with :
106105 username : ${{ secrets.REGISTRY_USERNAME }}
@@ -204,7 +203,6 @@ jobs:
204203 with :
205204 platforms : ${{ matrix.platform }}
206205 - name : Login to DockerHub
207- if : ${{ fromJson(needs.prepare.outputs.push) }}
208206 uses : docker/login-action@v3
209207 with :
210208 username : ${{ secrets.REGISTRY_USERNAME }}
You can’t perform that action at this time.
0 commit comments