3 Achegas 6ca5459417 ... 30a5804271

Autor SHA1 Mensaxe Data
  dependabot[bot] 30a5804271 build(deps): bump docker/setup-qemu-action from 4.1.0 to 4.2.0 (#318) hai 3 semanas
  dependabot[bot] 0ef460748d build(deps): bump docker/build-push-action from 7.2.0 to 7.3.0 (#319) hai 3 semanas
  dependabot[bot] 4b0675742b build(deps): bump docker/setup-buildx-action from 4.1.0 to 4.2.0 (#317) hai 3 semanas
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      .github/workflows/container-image.yml

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

@@ -12,8 +12,8 @@ jobs:
   docker-build:
   docker-build:
     runs-on: ubuntu-24.04
     runs-on: ubuntu-24.04
     steps:
     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
     # > 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
     # > the actions/checkout action to checkout the repository because this
     # > will be done directly by buildkit. [...]
     # > will be done directly by buildkit. [...]
@@ -22,7 +22,7 @@ jobs:
     # https://github.com/marketplace/actions/build-and-push-docker-images
     # https://github.com/marketplace/actions/build-and-push-docker-images
     # > The commit history is not preserved.
     # > The commit history is not preserved.
     # https://docs.docker.com/engine/reference/commandline/build/#git-repositories
     # 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:
       with:
         build-args: | # git history unavailable (see above)
         build-args: | # git history unavailable (see above)
           SETUPTOOLS_SCM_PRETEND_VERSION=0
           SETUPTOOLS_SCM_PRETEND_VERSION=0