Update .gitea/workflows/docker.yaml
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 3s

This commit is contained in:
Aidan 2025-01-24 01:29:27 +00:00
parent d6441f514f
commit 2003fa8169

View File

@ -24,10 +24,7 @@ jobs:
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
- name: Build Docker Image
run: docker build -t pontus-bot:latest .
- name: Tag Docker Image
run: docker tag "pontus-bot:latest" "https://git.pontusmail.org/aidan/request-bot:latest"
run: docker build -t git.pontusmail.org/aidan/pontus-bot:latest .
- name: Push Docker Image
run: docker push "https://git.pontusmail.org/aidan/request-bot:latest"
run: docker push git.pontusmail.org/aidan/request-bot:latest