Update .gitea/workflows/build.yml
Some checks failed
Build and Publish TVJ EPG Image / build (push) Failing after 17s

This commit is contained in:
2026-02-02 12:12:55 -05:00
parent 415ccb8c3b
commit fc6ddfb02a

View File

@@ -50,7 +50,7 @@ jobs:
REGISTRY_USER: ${{ secrets.REGISTRY_USER }} REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }} REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
run: | run: |
echo "$REGISTRY_TOKEN" | podman login "$REGISTRY" \ echo "$REGISTRY_TOKEN" | docker login "$REGISTRY" \
-u "$REGISTRY_USER" \ -u "$REGISTRY_USER" \
--password-stdin --password-stdin