From 90cb224f6b31afbc0bd6247ac033dd868b2aad6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 11:40:50 +0000 Subject: [PATCH] build(deps): 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/release-dev.yml | 2 +- .github/workflows/release-main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-dev.yml b/.github/workflows/release-dev.yml index 4cdfd58..bf051ac 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -137,7 +137,7 @@ jobs: # images: ${{ steps.image_version.outputs.service_image_path }} - name: Build and push Docker image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: Dockerfile.dev diff --git a/.github/workflows/release-main.yml b/.github/workflows/release-main.yml index 7a14271..d5424a2 100644 --- a/.github/workflows/release-main.yml +++ b/.github/workflows/release-main.yml @@ -180,7 +180,7 @@ jobs: # images: ${{ needs.versioning.outputs.service_image_path }} - name: Build and push Docker image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: true