Просмотр исходного кода

Bump docker/build-push-action from 6.18.0 to 6.19.2

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.18.0 to 6.19.2.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.18.0...v6.19.2)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: 6.19.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1 день назад
Родитель
Сommit
d54313a4b2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/container-image.yml

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

@@ -40,7 +40,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@v6.18.0
+    - uses: docker/build-push-action@v6.19.2
       with:
       with:
         platforms: |
         platforms: |
           linux/amd64
           linux/amd64