Update .gitea/workflows/dockerbuild.yml
Some checks failed
Build and Publish TVJ EPG Image / build (push) Failing after 17s
Some checks failed
Build and Publish TVJ EPG Image / build (push) Failing after 17s
This commit is contained in:
@@ -52,9 +52,10 @@ jobs:
|
||||
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
|
||||
REGISTRY_TOKEN: ${{ secrets.TEA_TOKEN }}
|
||||
run: |
|
||||
echo "$REGISTRY_TOKEN" | docker login --tls-verify=false "$REGISTRY" \
|
||||
echo "$REGISTRY_TOKEN" | docker login "$REGISTRY" \
|
||||
-u "$REGISTRY_USER" \
|
||||
--password-stdin
|
||||
--tls-verify=false
|
||||
|
||||
# -------------------------------------------------
|
||||
# Build image with Docker (multi-tag)
|
||||
|
||||
Reference in New Issue
Block a user