3 Revize d0931b0fc4 ... 5794ee5c01

Autor SHA1 Zpráva Datum
  dependabot[bot] 5794ee5c01 Bump docker/setup-buildx-action from 4.1.0 to 4.2.0 (#140) před 3 týdny
  dependabot[bot] 2c5013e34b Bump docker/build-push-action from 7.2.0 to 7.3.0 (#139) před 3 týdny
  dependabot[bot] 67860b98b8 Bump docker/setup-qemu-action from 4.1.0 to 4.2.0 (#138) před 3 týdny
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      .github/workflows/container-image.yml

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

@@ -25,13 +25,13 @@ jobs:
           type=ref,event=pr
           type=sha,format=long
           type=raw,value=latest,enable=false
-    - uses: docker/setup-qemu-action@v4.1.0
+    - uses: docker/setup-qemu-action@v4.2.0
     - uses: docker/login-action@v4
       with:
         registry: ghcr.io
         username: ${{ github.actor }}
         password: ${{ secrets.GITHUB_TOKEN }}
-    - uses: docker/setup-buildx-action@v4.1.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. [...]
@@ -40,7 +40,7 @@ jobs:
     # https://github.com/marketplace/actions/build-and-push-docker-images
     # > The commit history is not preserved.
     # https://docs.docker.com/engine/reference/commandline/build/#git-repositories
-    - uses: docker/build-push-action@v7.2.0
+    - uses: docker/build-push-action@v7.3.0
       with:
         platforms: |
           linux/amd64