From 5c8a9f649433dab5582132fd5e8b33127e80b7b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:10:10 +0000 Subject: [PATCH] ci(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/container-publish.yaml | 2 +- .github/workflows/container-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-publish.yaml b/.github/workflows/container-publish.yaml index 161e96be..457bf791 100644 --- a/.github/workflows/container-publish.yaml +++ b/.github/workflows/container-publish.yaml @@ -45,7 +45,7 @@ jobs: type=semver,value=v${{ steps.package-json.outputs.packageVersion }},pattern={{major}}.{{minor}} type=semver,value=v${{ steps.package-json.outputs.packageVersion }},pattern={{major}}.{{minor}}.{{patch}} - name: Build and push container - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./docker/Dockerfile diff --git a/.github/workflows/container-test.yaml b/.github/workflows/container-test.yaml index e5a3dd99..985ced92 100644 --- a/.github/workflows/container-test.yaml +++ b/.github/workflows/container-test.yaml @@ -39,7 +39,7 @@ jobs: ${{ runner.os }}-buildx-app-${{ matrix.db_type }}- ${{ runner.os }}-buildx-app- - name: Build container (No push) - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./docker/Dockerfile