2 Commity e2474e0bd6 ... 49769ec7f8

Autor SHA1 Správa Dátum
  dependabot[bot] 49769ec7f8 Bump docker/setup-buildx-action from 2.10.0 to 3.0.0 (#55) 1 rok pred
  dependabot[bot] 8c41558b17 Bump docker/build-push-action from 4.2.1 to 5.0.0 (#56) 1 rok pred
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      .github/workflows/container-image.yml

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

@@ -13,13 +13,13 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
     - uses: docker/setup-qemu-action@v2.2.0
-    - uses: docker/setup-buildx-action@v2.10.0
+    - uses: docker/setup-buildx-action@v3.0.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@v4.2.1
+    - uses: docker/build-push-action@v5.0.0
       with:
         platforms: |
           linux/amd64