From abc50218e0836da5933ee5089f74d2ea16f74a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:03:14 +0000 Subject: [PATCH] Bump docker/build-push-action from 5.0.0 to 6.10.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 6.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.0.0...v6.10.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-docker-container-ghp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-docker-container-ghp.yml b/.github/workflows/publish-docker-container-ghp.yml index c301c02..e62606f 100644 --- a/.github/workflows/publish-docker-container-ghp.yml +++ b/.github/workflows/publish-docker-container-ghp.yml @@ -92,7 +92,7 @@ jobs: org.opencontainers.image.title=Scan Virus (GitHub Action) Image (YARA) org.opencontainers.image.description=A Docker image for Scan Virus (GitHub Action) to scan Virus. - name: "Build & Push Docker Image - All" - uses: "docker/build-push-action@v5.0.0" + uses: "docker/build-push-action@v6.10.0" with: context: "./" file: "all.Dockerfile" @@ -103,7 +103,7 @@ jobs: push: "true" tags: "${{steps.docker-meta-all.outputs.tags}}" - name: "Build & Push Docker Image - ClamAV" - uses: "docker/build-push-action@v5.0.0" + uses: "docker/build-push-action@v6.10.0" with: context: "./" file: "clamav.Dockerfile" @@ -114,7 +114,7 @@ jobs: push: "true" tags: "${{steps.docker-meta-clamav.outputs.tags}}" - name: "Build & Push Docker Image - YARA" - uses: "docker/build-push-action@v5.0.0" + uses: "docker/build-push-action@v6.10.0" with: context: "./" file: "yara.Dockerfile"