3 Commits 35a0029b5f ... 4b588cae46

Author SHA1 Message Date
  dependabot[bot] 4b588cae46 Bump docker/setup-qemu-action from 3.4.0 to 3.5.0 (#102) 2 weeks ago
  dependabot[bot] db10e474b0 Bump docker/setup-buildx-action from 3.9.0 to 3.10.0 (#100) 2 weeks ago
  dependabot[bot] ab8a85ed7f Bump docker/build-push-action from 6.13.0 to 6.15.0 (#101) 2 weeks ago
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/container-image.yml

+ 3 - 3
.github/workflows/container-image.yml

@@ -12,14 +12,14 @@ jobs:
   docker-build:
     runs-on: ubuntu-20.04
     steps:
-    - uses: docker/setup-qemu-action@v3.4.0
-    - uses: docker/setup-buildx-action@v3.9.0
+    - uses: docker/setup-qemu-action@v3.6.0
+    - uses: docker/setup-buildx-action@v3.10.0
     # > By default, this action uses the Git context so you don't need to use
     # > the actions/checkout action to checkout the repository because this
     # > will be done directly by buildkit. [...]
     # > any file mutation in the steps that precede [...] will be ignored
     # https://github.com/marketplace/actions/build-and-push-docker-images
-    - uses: docker/build-push-action@v6.13.0
+    - uses: docker/build-push-action@v6.15.0
       with:
         platforms: |
           linux/amd64