From d22bb06580fcc248488c57a0f194baea5eecaea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:17:51 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 2.5.0 to 6.7.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 6.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.5.0...v6.7.0) --- 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/build-frontend.yml | 2 +- .github/workflows/docker-hub-build-backend.yml | 2 +- .github/workflows/docker-hub-build-frontend.yml | 2 +- .github/workflows/trivy-test-images.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-frontend.yml b/.github/workflows/build-frontend.yml index efbe9d42..1fc549d4 100644 --- a/.github/workflows/build-frontend.yml +++ b/.github/workflows/build-frontend.yml @@ -68,7 +68,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 with: context: . push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/docker-hub-build-backend.yml b/.github/workflows/docker-hub-build-backend.yml index 8ee25f91..2e1e0f58 100644 --- a/.github/workflows/docker-hub-build-backend.yml +++ b/.github/workflows/docker-hub-build-backend.yml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.DOCKER_HUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v6.7.0 with: context: . file: ./backend/Dockerfile diff --git a/.github/workflows/docker-hub-build-frontend.yml b/.github/workflows/docker-hub-build-frontend.yml index c05618f1..9daec82a 100644 --- a/.github/workflows/docker-hub-build-frontend.yml +++ b/.github/workflows/docker-hub-build-frontend.yml @@ -62,7 +62,7 @@ jobs: password: ${{ secrets.DOCKER_HUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v6.7.0 with: context: . file: ./frontend/Dockerfile diff --git a/.github/workflows/trivy-test-images.yml b/.github/workflows/trivy-test-images.yml index 44b186b1..214259f9 100644 --- a/.github/workflows/trivy-test-images.yml +++ b/.github/workflows/trivy-test-images.yml @@ -34,7 +34,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 with: context: . file: ./frontend/Dockerfile @@ -76,7 +76,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 with: context: . file: ./backend/Dockerfile