.gitea/workflows/build-and-push.yml aktualisiert
All checks were successful
Build & Push Image / build-image (push) Successful in 2m18s

This commit is contained in:
2026-02-21 20:46:15 +09:00
parent de126e7de3
commit a6202f302d

View File

@@ -18,8 +18,8 @@ jobs:
- name: Build Docker Image
run: |
docker build -t gitea.deinedomain.com/${{ secrets.REGISTRY_USER }}/test-app:latest .
docker build -t git.chavokhaliz.de/${{ secrets.REGISTRY_USER }}/test-app:latest .
- name: Push Image
run: |
docker push gitea.deinedomain.com/${{ secrets.REGISTRY_USER }}/test-app:latest
docker push git.chavokhaliz.de/${{ secrets.REGISTRY_USER }}/test-app:latest