Update .gitea/workflows/default.yaml
All checks were successful
Gitea CI/CD / build (push) Successful in 4m21s

Comment: Build Docker location.
This commit is contained in:
2025-12-29 20:49:32 +11:00
parent 17d453642c
commit 53363efd2a

View File

@@ -18,7 +18,7 @@ jobs:
registry: https://registry.rokoh.com registry: https://registry.rokoh.com
- name: Build Docker image - name: Build Docker image
run: docker build . -t clivelancaster:latest -f clivelancaster/Dockerfile run: docker build . -t clivelancaster:latest -f Dockerfile
- name: Tag Docker image - name: Tag Docker image
run: docker tag clivelancaster:latest registry.rokoh.com/clivelancaster:latest run: docker tag clivelancaster:latest registry.rokoh.com/clivelancaster:latest