diff --git a/.woodpecker/build-cli.yml b/.woodpecker/build-cli.yml index 1936d0d8..583fc7ee 100644 --- a/.woodpecker/build-cli.yml +++ b/.woodpecker/build-cli.yml @@ -15,9 +15,7 @@ steps: username: "viktorbarzin" password: from_secret: dockerhub-pat - repo: - - viktorbarzin/infra - - registry.viktorbarzin.lan:5050/infra + repo: viktorbarzin/infra logins: - registry: https://index.docker.io/v1/ username: viktorbarzin @@ -26,5 +24,3 @@ steps: dockerfile: cli/Dockerfile context: cli auto_tag: true - insecure: true - buildkit_config: "[registry.\"registry.viktorbarzin.lan:5050\"]\n http = true\n insecure = true\n" diff --git a/.woodpecker/f1-stream.yml b/.woodpecker/f1-stream.yml index 98820b5a..fa9f32b3 100644 --- a/.woodpecker/f1-stream.yml +++ b/.woodpecker/f1-stream.yml @@ -16,9 +16,7 @@ steps: username: "viktorbarzin" password: from_secret: dockerhub-pat - repo: - - viktorbarzin/f1-stream - - registry.viktorbarzin.lan:5050/f1-stream + repo: viktorbarzin/f1-stream logins: - registry: https://index.docker.io/v1/ username: viktorbarzin @@ -29,11 +27,6 @@ steps: platforms: linux/amd64 provenance: false tags: latest - cache_images: registry.viktorbarzin.lan:5050/f1-stream:buildcache - buildkit_config: | - [registry."registry.viktorbarzin.lan:5050"] - http = true - insecure = true - name: deploy image: bitnami/kubectl