diff --git a/.woodpecker.yml b/.woodpecker.yml index 8e07f9b..833d879 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -38,8 +38,7 @@ steps: - name: build-and-push image: woodpeckerci/plugin-kaniko:2.1.1 settings: - registry: - from_secret: REGISTRY_HOSTPORT + registry: registry.nxtgauge.com:5000 repo: nxtgauge-rust-${SERVICE} dockerfile: Dockerfile.simple build_args: @@ -49,9 +48,9 @@ steps: - latest - high-performance-latest username: - from_secret: GHCR_USERNAME + from_secret: REGISTRY_USERNAME password: - from_secret: GHCR_TOKEN + from_secret: REGISTRY_PASSWORD insecure: true insecure_pull: true skip_tls_verify: true @@ -103,8 +102,7 @@ steps: - name: build-and-push-migrate image: woodpeckerci/plugin-kaniko:2.1.1 settings: - registry: - from_secret: REGISTRY_HOSTPORT + registry: registry.nxtgauge.com:5000 repo: nxtgauge-db-migrate dockerfile: Dockerfile.migrate context: . @@ -113,9 +111,9 @@ steps: - latest - high-performance-latest username: - from_secret: GHCR_USERNAME + from_secret: REGISTRY_USERNAME password: - from_secret: GHCR_TOKEN + from_secret: REGISTRY_PASSWORD insecure: true insecure_pull: true skip_tls_verify: true