Update .gitea/workflows/build.yml
Some checks failed
Build and Test / build (push) Has been cancelled
Some checks failed
Build and Test / build (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user