From 16244bf788693d49805a1c0b487be6f3bc65e4b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:46:05 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 528405ac..f974e7ea 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -32,13 +32,13 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build frontend and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: true tags: ppodds/ncuplus-frontend:latest,ppodds/ncuplus-frontend:${{ needs.get-version.outputs.version }} file: Dockerfile.frontend - name: Build backend and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: true tags: ppodds/ncuplus-backend:latest,ppodds/ncuplus-backend:${{ needs.get-version.outputs.version }}