Update .gitea/workflows/build-and-deploy.yml
All checks were successful
Build and Deploy / build (push) Successful in 46s

This commit is contained in:
2026-03-18 15:13:43 +01:00
parent 61d09b077b
commit b0185cee4c

View File

@@ -18,10 +18,10 @@ jobs:
docker login https://gitea.johannesbot.de -u ${{ secrets.REGISTRY_USER }} --password-stdin
- 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 .
- name: Push Image
run: docker push gitea.johannesbot.de/JohannesBOT/stupid-apis:latest
run: docker push gitea.johannesbot.de/johannesbot/stupid-apis:latest
# deploy:
# runs-on: ubuntu-latest