From 3835a2457d16a30c2dfcb9ea2bcc06cf011336f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:39:10 +0000 Subject: [PATCH] chore(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/chart.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chart.yaml b/.github/workflows/chart.yaml index dd743bb2e..87e9a51bd 100644 --- a/.github/workflows/chart.yaml +++ b/.github/workflows/chart.yaml @@ -49,14 +49,14 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build backend image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ./backend/ load: true tags: ghcr.io/${{ github.repository }}/backend:latest - name: Build frontend image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ./frontend/ load: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5129b7af3..f2fb41094 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -100,7 +100,7 @@ jobs: org.opencontainers.image.licenses=${{ github.event.repository.license.spdx_id }} - name: Build and Push ${{ matrix.config.name }} Docker Image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 id: docker with: context: ./${{ matrix.config.name }}/