From 963bbf658aad52a84de8d1ef4ee4c9b5d9576296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Mon, 8 Sep 2025 10:58:23 +0300 Subject: [PATCH] Revert "Talos upgrade to v1.10.7" (#9) --- .github/workflows/build.yaml | 4 ---- Makefile | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2ecf99f..fefd22d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,10 +27,6 @@ jobs: git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" - - name: Set up global environment variables - run: | - echo "REGISTRY_USERNAME=${{ github.actor }}" >> $GITHUB_ENV - - name: Prepare (checkouts & patches) run: make checkouts patches diff --git a/Makefile b/Makefile index bebde78..bbf0f59 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_VERSION = v1.10.0 -TALOS_VERSION = v1.10.7 +TALOS_VERSION = v1.10.6 SBCOVERLAY_VERSION = main REGISTRY ?= ghcr.io