Update .gitea/workflows/dockerbuild.yml
Some checks failed
Build and Publish TVJ EPG Image / build (push) Failing after 0s
Some checks failed
Build and Publish TVJ EPG Image / build (push) Failing after 0s
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
|||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
- name: Docker login
|
- name: Docker login
|
||||||
env:
|
env:
|
||||||
REGISTRY: loxthelion.com/gitea # e.g. loxthelion.com:5050 or ghcr.io
|
REGISTRY: ${{ vars.REGISTRY_USER }} # e.g. loxthelion.com:5050 or ghcr.io
|
||||||
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
|
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
|
||||||
REGISTRY_TOKEN: ${{ secrets.TEA_TOKEN }}
|
REGISTRY_TOKEN: ${{ secrets.TEA_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user