From d0b24122040aca5848cc0b4c2b2a47078006bb13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 00:10:13 +0000 Subject: [PATCH] Bump docker/build-push-action from 2 to 4 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...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/deploy-dev.yml | 2 +- .github/workflows/deploy-main.yml | 2 +- .github/workflows/deploy-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 1384acefc..47ae6d468 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -86,7 +86,7 @@ jobs: type=sha,prefix=dev-,suffix=-${{ steps.date.outputs.ts }},format=long - name: Container - Build & Push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: push: true context: hat/target/docker/stage diff --git a/.github/workflows/deploy-main.yml b/.github/workflows/deploy-main.yml index 8f88ff7c4..0ddb8e55b 100644 --- a/.github/workflows/deploy-main.yml +++ b/.github/workflows/deploy-main.yml @@ -85,7 +85,7 @@ jobs: type=sha,prefix=main-,suffix=-${{ steps.date.outputs.ts }},format=short - name: Container - Build & Push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: push: true context: hat/target/docker/stage diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index ea9e6c337..81f6c2a68 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -92,7 +92,7 @@ jobs: type=semver,prefix=v,pattern={{major}}.{{minor}} - name: Container - Build & Push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: push: true context: hat/target/docker/stage