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