re-enabled cache, added push
Some checks failed
Build Docker Image / Docker-Build (push) Failing after 2m45s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-03 17:57:36 +01:00
parent 32d55aeaf7
commit cd36ddb342

View File

@@ -11,5 +11,10 @@ jobs:
- name: Build docker image
run: |
docker build --no-cache -t umbrella .
docker tag umbrella ${{ secrets.REGISTRY_PATH }}/umbrella:latest
docker build -t umbrella .
docker tag umbrella ${{ secrets.REGISTRY_PATH }}/umbrella:latest
- name: Push to Registry
# if: startsWith(gitea.ref, 'refs/tags/')
run: |
docker push ${{ secrets.REGISTRY_PATH }}/umbrella:latest