fix: lowercase registry path
Build & Push / build (push) Failing after 12s

This commit is contained in:
dev
2026-06-07 12:00:37 +02:00
parent 0658c9e810
commit aa4098cfbf
+3 -4
View File
@@ -9,13 +9,12 @@ jobs:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- name: Checkout - name: Checkout
run: | run: git clone https://gitea.it-microevo.com/Dev/k8s-pilot.git .
git clone https://gitea.it-microevo.com/Dev/k8s-pilot.git .
- name: Login to Gitea Registry - name: Login to Gitea Registry
run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login gitea.it-microevo.com -u "${{ secrets.REGISTRY_USER }}" --password-stdin run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login gitea.it-microevo.com -u "${{ secrets.REGISTRY_USER }}" --password-stdin
- name: Build & Push - name: Build & Push
run: | run: |
docker build -t gitea.it-microevo.com/Dev/k8s-pilot:latest . docker build -t gitea.it-microevo.com/dev/k8s-pilot:latest .
docker push gitea.it-microevo.com/Dev/k8s-pilot:latest docker push gitea.it-microevo.com/dev/k8s-pilot:latest