From ab22074b1d1d4ae87def2a77355cf8a2bbb1e9d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:13:10 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/release.yaml | 4 ++-- .github/workflows/unstable.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2541d04..4273667 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -151,7 +151,7 @@ jobs: gh release upload ${{ github.event.release.tag_name }} headscale-console-${{ github.event.release.tag_name }}.zip - name: Build versioned docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . platforms: linux/amd64,linux/arm64 @@ -160,7 +160,7 @@ jobs: build-args: HEADSCALE_CONSOLE_VERSION=${{ github.event.release.tag_name }} - name: Build latest docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: "!github.event.release.prerelease" with: context: . diff --git a/.github/workflows/unstable.yaml b/.github/workflows/unstable.yaml index 16e2d4b..a76148b 100644 --- a/.github/workflows/unstable.yaml +++ b/.github/workflows/unstable.yaml @@ -141,7 +141,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and publish latest docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . platforms: linux/amd64,linux/arm64