|
79 | 79 | username: ${{ github.actor }} |
80 | 80 | password: ${{ secrets.GITHUB_TOKEN }} |
81 | 81 |
|
| 82 | + - name: "Log in to DockerHub" |
| 83 | + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 |
| 84 | + with: |
| 85 | + username: scenescape |
| 86 | + password: ${{ secrets.DOCKERHUB_TOKEN }} |
| 87 | + |
82 | 88 | - name: "Setup Cache Targets" |
83 | 89 | id: setup-cache |
84 | 90 | uses: ./.github/actions/setup-cache |
@@ -134,6 +140,12 @@ jobs: |
134 | 140 | username: ${{ github.actor }} |
135 | 141 | password: ${{ secrets.GITHUB_TOKEN }} |
136 | 142 |
|
| 143 | + - name: "Log in to DockerHub" |
| 144 | + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 |
| 145 | + with: |
| 146 | + username: scenescape |
| 147 | + password: ${{ secrets.DOCKERHUB_TOKEN }} |
| 148 | + |
137 | 149 | - name: "Setup Cache Targets" |
138 | 150 | id: setup-cache |
139 | 151 | uses: ./.github/actions/setup-cache |
@@ -189,6 +201,12 @@ jobs: |
189 | 201 | username: ${{ github.actor }} |
190 | 202 | password: ${{ secrets.GITHUB_TOKEN }} |
191 | 203 |
|
| 204 | + - name: "Log in to DockerHub" |
| 205 | + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 |
| 206 | + with: |
| 207 | + username: scenescape |
| 208 | + password: ${{ secrets.DOCKERHUB_TOKEN }} |
| 209 | + |
192 | 210 | - name: "Setup Cache Targets" |
193 | 211 | id: setup-cache |
194 | 212 | uses: ./.github/actions/setup-cache |
@@ -244,6 +262,12 @@ jobs: |
244 | 262 | username: ${{ github.actor }} |
245 | 263 | password: ${{ secrets.GITHUB_TOKEN }} |
246 | 264 |
|
| 265 | + - name: "Log in to DockerHub" |
| 266 | + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 |
| 267 | + with: |
| 268 | + username: scenescape |
| 269 | + password: ${{ secrets.DOCKERHUB_TOKEN }} |
| 270 | + |
247 | 271 | - name: "Setup Cache Targets" |
248 | 272 | id: setup-cache |
249 | 273 | uses: ./.github/actions/setup-cache |
@@ -299,6 +323,12 @@ jobs: |
299 | 323 | username: ${{ github.actor }} |
300 | 324 | password: ${{ secrets.GITHUB_TOKEN }} |
301 | 325 |
|
| 326 | + - name: "Log in to DockerHub" |
| 327 | + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 |
| 328 | + with: |
| 329 | + username: scenescape |
| 330 | + password: ${{ secrets.DOCKERHUB_TOKEN }} |
| 331 | + |
302 | 332 | - name: "Setup Cache Targets" |
303 | 333 | id: setup-cache |
304 | 334 | uses: ./.github/actions/setup-cache |
|
0 commit comments