Compare commits

...

2 Commits

Author SHA1 Message Date
clive
9b6d863387 Merge branch 'master' of https://gitea.rokoh.com/clive/Rokoh
Some checks failed
Gitea CI/CD / build (push) Failing after 1m32s
Gitea CI/CD / deploy (push) Has been skipped
2024-05-06 23:02:46 +10:00
clive
bfcb933f82 Master commit next. 2024-05-06 23:02:42 +10:00

View File

@@ -18,10 +18,10 @@ jobs:
registry: https://registry.rokoh.com
- name: Build Docker image
run: docker build -t registry.rokoh.com/rokoh:${{ github.sha }} -f rokoh/Dockerfile
run: docker build . -t rokoh -f rokoh/Dockerfile
- name: Push Docker image to registry
run: docker push registry.rokoh.com/rokoh:${{ github.sha }}
run: docker push rokoh
deploy:
runs-on: ubuntu-latest