Update .gitea/workflows/default.yml
All checks were successful
Gitea CI/CD / build (push) Successful in 2m11s

Commit tag update.
This commit is contained in:
2024-05-17 10:01:16 +10:00
parent c27fbb9e6f
commit 6b78bc201b

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 rokoh:latest
- name: Tag Docker image
run: docker tag rokoh:latest registry.rokoh.com/rokoh:latest
- name: Push Docker image to registry
run: docker push registry.rokoh.com/rokoh:latest