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

Commit update.
This commit is contained in:
2024-05-17 09:53:39 +10:00
parent cb8434e529
commit 48709cb9c8

View File

@@ -20,8 +20,8 @@ jobs:
- name: Build Docker image
run: docker build . -t rokoh:latest -f rokoh/Dockerfile
#- name: Tag Docker image
# run: docker tag rokoh:latest registry.rokoh.com/rokoh:latest
- name: Tag Docker image
run: docker tag rokoh:latest rokoh:latest
- name: Push Docker image to registry
run: docker push rokoh:latest