There was an error while loading. Please reload this page.
1 parent 64e4bd3 commit d9058b1Copy full SHA for d9058b1
1 file changed
.github/workflows/__call-docker.yml
@@ -243,7 +243,7 @@ jobs:
243
} >> "${GITHUB_OUTPUT}"
244
245
- name: Set Up QEMU
246
- uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
+ uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
247
248
- name: Set up Docker Buildx
249
id: buildx
@@ -281,7 +281,7 @@ jobs:
281
282
- name: Build and push
283
id: build
284
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
+ uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
285
with:
286
context: ./
287
file: ${{ matrix.dockerfile }}
0 commit comments