|
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.3.0 |
| 45 | + uses: docker/login-action@v3.4.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.15.0 |
| 71 | + uses: docker/build-push-action@v6.16.0 |
72 | 72 | with: |
73 | 73 | context: . |
74 | 74 | load: true |
@@ -127,15 +127,15 @@ jobs: |
127 | 127 | # Install the cosign tool |
128 | 128 | # https://github.com/sigstore/cosign-installer |
129 | 129 | - name: Install cosign |
130 | | - uses: sigstore/cosign-installer@v3.8.1 |
| 130 | + uses: sigstore/cosign-installer@v3.8.2 |
131 | 131 |
|
132 | 132 | - name: Setup Docker buildx |
133 | 133 | uses: docker/setup-buildx-action@v3.10.0 |
134 | 134 |
|
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.3.0 |
| 138 | + uses: docker/login-action@v3.4.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.15.0 |
| 168 | + uses: docker/build-push-action@v6.16.0 |
169 | 169 | with: |
170 | 170 | context: . |
171 | 171 | target: ${{ matrix.docker_target }} |
@@ -229,15 +229,15 @@ jobs: |
229 | 229 | # Install the cosign tool |
230 | 230 | # https://github.com/sigstore/cosign-installer |
231 | 231 | - name: Install cosign |
232 | | - uses: sigstore/cosign-installer@v3.8.1 |
| 232 | + uses: sigstore/cosign-installer@v3.8.2 |
233 | 233 |
|
234 | 234 | - name: Setup Docker buildx |
235 | 235 | uses: docker/setup-buildx-action@v3.10.0 |
236 | 236 |
|
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.3.0 |
| 240 | + uses: docker/login-action@v3.4.0 |
241 | 241 | with: |
242 | 242 | registry: ${{ env.REGISTRY }} |
243 | 243 | username: ${{ github.actor }} |
|
0 commit comments