3 Commits 62ca6a27d5 ... fd9128326b

Author SHA1 Message Date
  dependabot[bot] fd9128326b build(deps): bump docker/setup-qemu-action from 3.1.0 to 3.2.0 (#71) 1 month ago
  dependabot[bot] 3aee3efbe4 build(deps): bump docker/build-push-action from 6.4.1 to 6.5.0 (#72) 1 month ago
  dependabot[bot] 50a9561129 build(deps): bump docker/setup-buildx-action from 3.4.0 to 3.5.0 (#73) 1 month 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.1.0
-    - uses: docker/setup-buildx-action@v3.4.0
+    - uses: docker/setup-qemu-action@v3.2.0
+    - uses: docker/setup-buildx-action@v3.5.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.4.1
+    - uses: docker/build-push-action@v6.5.0
       with:
         # dma package is only avilable for ppc64le, x86_64 & x86
         # https://pkgs.alpinelinux.org/packages?name=dma&branch=edge