From 5b5dae998c1e7e94f3a64ccfac6362b6c1324413 Mon Sep 17 00:00:00 2001 From: Aleksandr Tcitlionok <803797+terghalin@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:46:23 +0000 Subject: [PATCH] fix(ci): use vars instead of secrets --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dab81c4..978a9db 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ on: env: GH_REGISTRY: ghcr.io - LOCAL_REGISTRY: ${{ secrets.LOCAL_REGISTRY }} + LOCAL_REGISTRY: ${{ vars.LOCAL_REGISTRY }} IMAGE_NAME: ${{ github.repository }} jobs: