|
42 | 42 | # Login against a Docker registry |
43 | 43 | # https://github.com/docker/login-action |
44 | 44 | - name: Log into registry ${{ env.REGISTRY }} |
45 | | - uses: docker/login-action@v3.6.0 |
| 45 | + uses: docker/login-action@v3.7.0 |
46 | 46 | with: |
47 | 47 | registry: ${{ env.REGISTRY }} |
48 | 48 | username: ${{ github.actor }} |
|
68 | 68 | # https://github.com/docker/build-push-action |
69 | 69 | - name: Build test image |
70 | 70 | id: build-test |
71 | | - uses: docker/build-push-action@v6.18.0 |
| 71 | + uses: docker/build-push-action@v6.19.2 |
72 | 72 | with: |
73 | 73 | context: . |
74 | 74 | load: true |
@@ -135,7 +135,7 @@ jobs: |
135 | 135 | # Login against a Docker registry |
136 | 136 | # https://github.com/docker/login-action |
137 | 137 | - name: Log into registry ${{ env.REGISTRY }} |
138 | | - uses: docker/login-action@v3.6.0 |
| 138 | + uses: docker/login-action@v3.7.0 |
139 | 139 | with: |
140 | 140 | registry: ${{ env.REGISTRY }} |
141 | 141 | username: ${{ github.actor }} |
@@ -165,7 +165,7 @@ jobs: |
165 | 165 | # This build an image WITHOUT tags and outputs the digests, so that we can aggragate them later |
166 | 166 | - name: Build and push production image |
167 | 167 | id: build-and-push |
168 | | - uses: docker/build-push-action@v6.18.0 |
| 168 | + uses: docker/build-push-action@v6.19.2 |
169 | 169 | with: |
170 | 170 | context: . |
171 | 171 | target: ${{ matrix.docker_target }} |
@@ -237,7 +237,7 @@ jobs: |
237 | 237 | # Login against a Docker registry |
238 | 238 | # https://github.com/docker/login-action |
239 | 239 | - name: Log into registry ${{ env.REGISTRY }} |
240 | | - uses: docker/login-action@v3.6.0 |
| 240 | + uses: docker/login-action@v3.7.0 |
241 | 241 | with: |
242 | 242 | registry: ${{ env.REGISTRY }} |
243 | 243 | username: ${{ github.actor }} |
|
0 commit comments