From 57fd8e6cdcd3d7e584e6c7f35dba150e7debc2c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 19:00:39 +0000 Subject: [PATCH] Bump docker/build-push-action from 3.2.0 to 4.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.2.0...v4.0.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-api.yml | 2 +- .github/workflows/publish-proxy.yml | 2 +- .github/workflows/publish-web.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-api.yml b/.github/workflows/publish-api.yml index c38ee7de..db597d13 100644 --- a/.github/workflows/publish-api.yml +++ b/.github/workflows/publish-api.yml @@ -30,7 +30,7 @@ jobs: password: ${{ github.token }} - name: Build and Publish - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v4.0.0 with: push: true context: "./api" diff --git a/.github/workflows/publish-proxy.yml b/.github/workflows/publish-proxy.yml index 0ef8f02c..d87439dd 100644 --- a/.github/workflows/publish-proxy.yml +++ b/.github/workflows/publish-proxy.yml @@ -30,7 +30,7 @@ jobs: password: ${{ github.token }} - name: Build and Publish - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v4.0.0 with: push: true context: "./proxy" diff --git a/.github/workflows/publish-web.yml b/.github/workflows/publish-web.yml index a0f007b7..ac8154b1 100644 --- a/.github/workflows/publish-web.yml +++ b/.github/workflows/publish-web.yml @@ -30,7 +30,7 @@ jobs: password: ${{ github.token }} - name: Build and Publish - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v4.0.0 with: push: true context: "./web"