From 583a3acd2eb1ebef04a99e146c04c7551cafcdef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 03:56:35 +0000 Subject: [PATCH] ci(deps): bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- 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 b2ea8cb6..2633684d 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@v5 + uses: docker/build-push-action@v6 with: context: . file: ./docker/Dockerfile diff --git a/.github/workflows/container-test.yaml b/.github/workflows/container-test.yaml index cfe83fc8..87e42078 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@v5 + uses: docker/build-push-action@v6 with: context: . file: ./docker/Dockerfile