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