Update .gitea/workflows/build.yml
Some checks failed
Build and Test / build (push) Has been cancelled

This commit is contained in:
2025-10-09 09:04:20 +00:00
parent 451783ec61
commit c469178d1e

View File

@@ -12,7 +12,7 @@ jobs:
build:
runs-on: k8s-runner-00
env:
REGISTRY: registry.staging:5000
REGISTRY: registry.staging
IMAGE_NAME: ${{ gitea.repository }}
IMAGE_TAG: ${{ gitea.sha }}
steps:
@@ -35,7 +35,7 @@ jobs:
- name: "Create buildkitd.toml"
run: |
cat <<EOF > buildkitd.toml
[registry."registry.staging:5000"]
[registry."registry.staging"]
http = true
insecure = true
EOF