From b15f2b2310a7d29aaf2d882300bf22815608f179 Mon Sep 17 00:00:00 2001 From: eseiker <285361+eseiker@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:30:06 +0900 Subject: [PATCH] Talos upgrade to v1.10.7 (#8) Co-authored-by: eseiker --- .github/workflows/build.yaml | 4 ++++ Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fefd22d..2ecf99f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,6 +27,10 @@ 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 bbf0f59..bebde78 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_VERSION = v1.10.0 -TALOS_VERSION = v1.10.6 +TALOS_VERSION = v1.10.7 SBCOVERLAY_VERSION = main REGISTRY ?= ghcr.io