fix(ci): use vars instead of secrets
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 21s

This commit is contained in:
Aleksandr Tcitlionok
2024-12-11 09:46:23 +00:00
parent f3f6c8fd37
commit 5b5dae998c

View File

@@ -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: