From 3730abeaa2512aed1d47e673b3a4efdaee1f48bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 00:05:31 +0000 Subject: [PATCH] Bump docker/build-push-action from 3 to 4 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- 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/develop.yml | 2 +- .github/workflows/latest.yml | 2 +- .github/workflows/version.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 .github/workflows/develop.yml mode change 100755 => 100644 .github/workflows/latest.yml mode change 100755 => 100644 .github/workflows/version.yml diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml old mode 100755 new mode 100644 index 8088d8a..6ed6492 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -42,7 +42,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: ./ file: ./Dockerfile diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml old mode 100755 new mode 100644 index 16337f4..7e472c9 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -38,7 +38,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: ./ file: ./Dockerfile diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml old mode 100755 new mode 100644 index dffa63e..4f264e8 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -36,7 +36,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: ./ file: ./Dockerfile