From 8cb8284a70ec12095822377677ba70ca1296f1fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 10:35:02 +0000 Subject: [PATCH] [Tech] 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/cicd-app.yml | 2 +- .github/workflows/cicd-database.yml | 2 +- .github/workflows/cicd-datapipeline.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd-app.yml b/.github/workflows/cicd-app.yml index 4fde57995..980e0b762 100644 --- a/.github/workflows/cicd-app.yml +++ b/.github/workflows/cicd-app.yml @@ -146,7 +146,7 @@ jobs: ${{ runner.os }}-single-buildx - name: Build image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . load: true diff --git a/.github/workflows/cicd-database.yml b/.github/workflows/cicd-database.yml index df7b55b42..9918fcfe7 100644 --- a/.github/workflows/cicd-database.yml +++ b/.github/workflows/cicd-database.yml @@ -33,7 +33,7 @@ jobs: ${{ runner.os }}-single-buildx - name: Build image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . load: true diff --git a/.github/workflows/cicd-datapipeline.yml b/.github/workflows/cicd-datapipeline.yml index 5e792ef84..93a64888a 100644 --- a/.github/workflows/cicd-datapipeline.yml +++ b/.github/workflows/cicd-datapipeline.yml @@ -62,7 +62,7 @@ jobs: ${{ runner.os }}-single-buildx - name: Build image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . load: true