mirror of
https://ak-git.vectorsigma.ru/terghalin/metalcheck.git
synced 2026-05-23 06:02:26 +09:00
fix(ci): use vars instead of secrets
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user