Update .gitea/workflows/build.yaml
All checks were successful
Build & Push / build (push) Successful in 46s

This commit is contained in:
2025-09-25 14:18:22 +00:00
parent 5e2a36989b
commit d57ce73782

View File

@@ -10,7 +10,7 @@ jobs:
build: build:
runs-on: [k8s-runner-01] runs-on: [k8s-runner-01]
env: env:
REGISTRY: registry.staging REGISTRY: registry.staging:5000
IMAGE_NAME: ${{ gitea.repository }} IMAGE_NAME: ${{ gitea.repository }}
IMAGE_TAG: latest IMAGE_TAG: latest
steps: steps: