3 Commity 9df520c94e ... 1283a67fc5

Autor SHA1 Správa Dátum
  dependabot[bot] 1283a67fc5 build(deps): bump docker/setup-buildx-action from 4.1.0 to 4.2.0 (#398) 3 týždňov pred
  dependabot[bot] 4ebc13f331 build(deps): bump docker/build-push-action from 7.2.0 to 7.3.0 (#397) 3 týždňov pred
  dependabot[bot] 0d6759c83c build(deps): bump docker/setup-qemu-action from 4.1.0 to 4.2.0 (#396) 3 týždňov pred
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      .github/workflows/container-image.yml

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

@@ -10,14 +10,14 @@ jobs:
   docker-build:
     runs-on: ubuntu-24.04
     steps:
-    - uses: docker/setup-qemu-action@v4.1.0
-    - uses: docker/setup-buildx-action@v4.1.0
+    - uses: docker/setup-qemu-action@v4.2.0
+    - uses: docker/setup-buildx-action@v4.2.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@v7.2.0
+    - uses: docker/build-push-action@v7.3.0
       with:
         platforms: |
           linux/amd64