diff --git a/.woodpecker.yml b/.woodpecker.yml index d2c900d..78b1916 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,9 +1,9 @@ pipeline: - alpine: - image: woodpeckerci/plugin-docker-buildx + build: + image: plugins/docker settings: - repo: lttech/deno-deployctl - platforms: linux/amd64,linux/arm64 - username: lttech + registry: techio.dev + repo: techio.dev/${CI_REPO} + username: deploy password: - from_secret: docker_lttech + from_secret: deploy_password diff --git a/Dockerfile b/Dockerfile index 8e308ae..38aba7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ -FROM alpine -RUN apk add curl +FROM ubuntu RUN curl -fsSL https://deno.land/x/install/install.sh | sh RUN deno install --allow-all --no-check -r -f https://deno.land/x/deploy/deployctl.ts \ No newline at end of file