fixing registry url
Build Docker Image / Docker-Build (push) Failing after 2m17s
Build Docker Image / Clean-Registry (push) Successful in 5s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-06-28 12:49:17 +02:00
parent 686aa9dc6c
commit 6180b22803
+2 -2
View File
@@ -38,8 +38,8 @@ jobs:
- name: Push to registry
run: |
TAG=$(cat /tmp/tag)
docker push ${{ secrets.REGISTRY_PATH }}/umbrella:${{ gitea.ref_name }}
docker push ${{ secrets.REGISTRY_PATH }}/umbrella:$TAG
docker push https://${{ secrets.REGISTRY_PATH }}/umbrella:${{ gitea.ref_name }}
docker push https://${{ secrets.REGISTRY_PATH }}/umbrella:$TAG
Clean-Registry:
runs-on: ubuntu-latest