Update .gitea/workflows/build-and-deploy.yml
Some checks failed
Build and Deploy / build (push) Failing after 11s

This commit is contained in:
2026-03-18 15:12:47 +01:00
parent eb559db19f
commit 61d09b077b

View File

@@ -15,7 +15,7 @@ jobs:
- name: Login to Gitea Registry - name: Login to Gitea Registry
run: | run: |
echo "${{ secrets.REGISTRY_PASSWORD }}" | \ echo "${{ secrets.REGISTRY_PASSWORD }}" | \
docker login http://192.168.2.2:30008 -u ${{ secrets.REGISTRY_USER }} --password-stdin docker login https://gitea.johannesbot.de -u ${{ secrets.REGISTRY_USER }} --password-stdin
- name: Build Image - name: Build Image
run: docker build -t gitea.johannesbot.de/JohannesBOT/stupid-apis:latest . run: docker build -t gitea.johannesbot.de/JohannesBOT/stupid-apis:latest .