gitea:3000
Some checks failed
Build and Push Docker Image / build (push) Failing after 6s

This commit is contained in:
Jay
2026-03-31 15:41:41 +01:00
parent 5af1d503d2
commit 587c3849e2

View File

@@ -17,14 +17,14 @@ jobs:
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
run: |
echo "$REGISTRY_TOKEN" | docker login gitea.umbra.mom:3000 \
echo "$REGISTRY_TOKEN" | docker login gitea:3000 \
-u "$REGISTRY_USER" \
--password-stdin
- name: Build image
run: |
docker build -t gitea.umbra.mom:3000/jay/pub-quiz:latest .
docker build -t gitea:3000/jay/pub-quiz:latest .
- name: Push image
run: |
docker push gitea.umbra.mom:3000/jay/pub-quiz:latest
docker push gitea:3000/jay/pub-quiz:latest