fix(ci): use vars instead of secrets
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 21s
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 21s
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