From fb890ed6f942e9313fe60d5494bfc15c77215898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 12:37:15 +0000 Subject: [PATCH] Bump docker/build-push-action from 4 to 5 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- 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/commit-build-and-pub.yml | 2 +- .github/workflows/weekly-build-and-pub.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit-build-and-pub.yml b/.github/workflows/commit-build-and-pub.yml index c9b474e..691317d 100644 --- a/.github/workflows/commit-build-and-pub.yml +++ b/.github/workflows/commit-build-and-pub.yml @@ -32,7 +32,7 @@ jobs: password: ${{ env.DOCKERHUB_TOKEN }} - name: Build and Push Docker Image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: true diff --git a/.github/workflows/weekly-build-and-pub.yml b/.github/workflows/weekly-build-and-pub.yml index 37e70e7..0d42831 100644 --- a/.github/workflows/weekly-build-and-pub.yml +++ b/.github/workflows/weekly-build-and-pub.yml @@ -29,7 +29,7 @@ jobs: password: ${{ env.DOCKERHUB_TOKEN }} - name: Build and Push Docker Image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: true