From 91c7fc9637bf8d3d6a8e59e929fe6865dc4cb30a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 16:42:22 +0000 Subject: [PATCH] Update docker/build-push-action action to v7 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 531fc8dd..38cd2a21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push images - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . tags: ghcr.io/hpcslab/web:${{ github.sha }}