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