Update .gitea/workflows/default.yml
Some checks failed
Gitea CI/CD / build (push) Failing after 22s

Commit fix.
This commit is contained in:
2024-05-17 09:55:43 +10:00
parent 48709cb9c8
commit c27fbb9e6f

View File

@@ -20,11 +20,11 @@ jobs:
- name: Build Docker image
run: docker build . -t rokoh:latest -f rokoh/Dockerfile
- name: Tag Docker image
run: docker tag rokoh:latest rokoh:latest
#- name: Tag Docker image
# run: docker tag rokoh:latest rokoh:latest
- name: Push Docker image to registry
run: docker push rokoh:latest
run: docker push registry.rokoh.com/rokoh:latest
- name: SSH Deploy
uses: appleboy/ssh-action@v1.0.3