From f926ca97ef8ba42819a442434d9dd21684d48fac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 21:05:46 +0000 Subject: [PATCH] [github-actions] 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/docker-build-push-on-tag-or-release.yaml | 2 +- .github/workflows/docker-build.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-build-push-on-tag-or-release.yaml b/.github/workflows/docker-build-push-on-tag-or-release.yaml index 7346d31..aee9da6 100644 --- a/.github/workflows/docker-build-push-on-tag-or-release.yaml +++ b/.github/workflows/docker-build-push-on-tag-or-release.yaml @@ -44,7 +44,7 @@ jobs: password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . tags: ${{ steps.meta.outputs.tags }} diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index daa8811..d1058f7 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -40,7 +40,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . tags: ${{ steps.meta.outputs.tags }} @@ -80,7 +80,7 @@ jobs: password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . tags: ${{ steps.meta.outputs.tags }}