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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user