3 Revize fadcb6341c ... 00173bbd17

Autor SHA1 Zpráva Datum
  dependabot[bot] 00173bbd17 build(deps): bump docker/setup-buildx-action from 4.0.0 to 4.1.0 (#136) před 3 týdny
  dependabot[bot] f33040801b build(deps): bump docker/build-push-action from 7.1.0 to 7.2.0 (#135) před 3 týdny
  dependabot[bot] 8bfea6c0bb build(deps): bump docker/setup-qemu-action from 4.0.0 to 4.1.0 (#134) 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.0.0
+    - uses: docker/setup-qemu-action@v4.1.0
     - uses: docker/login-action@v4
       with:
         registry: ghcr.io
         username: ${{ github.actor }}
         password: ${{ secrets.GITHUB_TOKEN }}
-    - uses: docker/setup-buildx-action@v4.0.0
+    - uses: docker/setup-buildx-action@v4.1.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.1.0
+    - uses: docker/build-push-action@v7.2.0
       with:
         platforms: |
           linux/amd64