Add debug to workflow
Some checks failed
Build and Push Docker Image / build (push) Failing after 17s
Some checks failed
Build and Push Docker Image / build (push) Failing after 17s
This commit is contained in:
@@ -17,7 +17,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" | docker login gitea.umbra.mom \
|
echo "$REGISTRY_TOKEN" | docker login gitea.umbra.mom:3000 \
|
||||||
-u "$REGISTRY_USER" \
|
-u "$REGISTRY_USER" \
|
||||||
--password-stdin
|
--password-stdin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user