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