CI
Some checks failed
test / build (push) Successful in 4s
test / deploy (push) Failing after 1s

This commit is contained in:
Kai 2025-03-24 11:47:49 +08:00
parent d3c0e1c58a
commit 228164fd07

View File

@ -12,7 +12,7 @@ jobs:
uses: http://gitea.xkkxyy.com/actions/checkout@main
- name: Docker Build and Push
run: |
docker build -t gitea.xkkxyy.com/Kai/my-django:latest .
docker build -t my-django:latest .
continue-on-error: true
deploy: