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:
|
env:
|
||||||
GH_REGISTRY: ghcr.io
|
GH_REGISTRY: ghcr.io
|
||||||
LOCAL_REGISTRY: ${{ secrets.LOCAL_REGISTRY }}
|
LOCAL_REGISTRY: ${{ vars.LOCAL_REGISTRY }}
|
||||||
IMAGE_NAME: ${{ github.repository }}
|
IMAGE_NAME: ${{ github.repository }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user