|
36 | 36 |
|
37 | 37 | - name: Log in to the Container registry |
38 | 38 | if: env.PUSH_IMAGE == 'true' |
39 | | - uses: docker/login-action@v3.6.0 |
| 39 | + uses: docker/login-action@v3.7.0 |
40 | 40 | with: |
41 | 41 | registry: ${{ env.REGISTRY }} |
42 | 42 | username: ${{ github.actor }} |
|
93 | 93 |
|
94 | 94 | - name: Log in to the Container registry |
95 | 95 | if: env.PUSH_IMAGE == 'true' |
96 | | - uses: docker/login-action@v3.6.0 |
| 96 | + uses: docker/login-action@v3.7.0 |
97 | 97 | with: |
98 | 98 | registry: ${{ env.REGISTRY }} |
99 | 99 | username: ${{ github.actor }} |
@@ -157,7 +157,7 @@ jobs: |
157 | 157 | label: 'repo checkout' |
158 | 158 |
|
159 | 159 | - name: Log in to the Container registry |
160 | | - uses: docker/login-action@v3.6.0 |
| 160 | + uses: docker/login-action@v3.7.0 |
161 | 161 | with: |
162 | 162 | registry: ${{ env.REGISTRY }} |
163 | 163 | username: ${{ github.actor }} |
@@ -223,7 +223,7 @@ jobs: |
223 | 223 | uses: actions/checkout@v6 |
224 | 224 |
|
225 | 225 | - name: Log in to the Container registry |
226 | | - uses: docker/login-action@v3.6.0 |
| 226 | + uses: docker/login-action@v3.7.0 |
227 | 227 | with: |
228 | 228 | registry: ${{ env.REGISTRY }} |
229 | 229 | username: ${{ github.actor }} |
@@ -274,7 +274,7 @@ jobs: |
274 | 274 |
|
275 | 275 | - name: Log in to the Container registry |
276 | 276 | if: env.PUSH_IMAGE == 'true' |
277 | | - uses: docker/login-action@v3.6.0 |
| 277 | + uses: docker/login-action@v3.7.0 |
278 | 278 | with: |
279 | 279 | registry: ${{ env.REGISTRY }} |
280 | 280 | username: ${{ github.actor }} |
@@ -331,7 +331,7 @@ jobs: |
331 | 331 |
|
332 | 332 | - name: Log in to the Container registry |
333 | 333 | if: env.PUSH_IMAGE == 'true' |
334 | | - uses: docker/login-action@v3.6.0 |
| 334 | + uses: docker/login-action@v3.7.0 |
335 | 335 | with: |
336 | 336 | registry: ${{ env.REGISTRY }} |
337 | 337 | username: ${{ github.actor }} |
@@ -381,7 +381,7 @@ jobs: |
381 | 381 |
|
382 | 382 | - name: Log in to the Container registry |
383 | 383 | if: env.PUSH_IMAGE == 'true' |
384 | | - uses: docker/login-action@v3.6.0 |
| 384 | + uses: docker/login-action@v3.7.0 |
385 | 385 | with: |
386 | 386 | registry: ${{ env.REGISTRY }} |
387 | 387 | username: ${{ github.actor }} |
|
0 commit comments