Update .gitea/workflows/build-and-deploy.yml
All checks were successful
Build and Deploy / build (push) Successful in 46s
All checks were successful
Build and Deploy / build (push) Successful in 46s
This commit is contained in:
@@ -18,10 +18,10 @@ jobs:
|
|||||||
docker login https://gitea.johannesbot.de -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 .
|
||||||
|
|
||||||
- name: Push Image
|
- name: Push Image
|
||||||
run: docker push gitea.johannesbot.de/JohannesBOT/stupid-apis:latest
|
run: docker push gitea.johannesbot.de/johannesbot/stupid-apis:latest
|
||||||
|
|
||||||
# deploy:
|
# deploy:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user