From b94e1496df22045c4950743b2db1883d45e495a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 18:17:17 +0800 Subject: [PATCH] Bump docker/build-push-action from 5.0.0 to 6.7.0 (#497) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 6.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.0.0...v6.7.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish-docker-container-ghp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docker-container-ghp.yml b/.github/workflows/publish-docker-container-ghp.yml index 91646904..0706e24b 100644 --- a/.github/workflows/publish-docker-container-ghp.yml +++ b/.github/workflows/publish-docker-container-ghp.yml @@ -52,7 +52,7 @@ jobs: org.opencontainers.image.title=Send Discord Webhook (GitHub Action) Image org.opencontainers.image.description=A Docker image for Send Discord Webhook (GitHub Action) to send Discord webhook. - name: "Build & Push Docker Image" - uses: "docker/build-push-action@v5.0.0" + uses: "docker/build-push-action@v6.7.0" with: context: "./" file: "Dockerfile"