From e2c3b4f6bbf9ed10b54a85fc270849ee197fed0f Mon Sep 17 00:00:00 2001 From: Darren Nathanael Date: Mon, 4 Mar 2024 20:08:44 +0000 Subject: [PATCH] remove: Docker CI I've been notifed that we don't have test yet, I thought we do. :( No worries then, just re-commit this when we have test :D --- .woodpecker/publish.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .woodpecker/publish.yml diff --git a/.woodpecker/publish.yml b/.woodpecker/publish.yml deleted file mode 100644 index 0e39ca643..000000000 --- a/.woodpecker/publish.yml +++ /dev/null @@ -1,20 +0,0 @@ -when: - - event: [pull_request, tag, cron] - - event: push - branch: - - ${CI_REPO_DEFAULT_BRANCH} - - renovate/* - - -steps: - publish-dev: - image: plugins/docker - settings: - repo: git.dpaste.org/${CI_REPO_OWNER}/container-dev - registry: git.dpaste.org - dockerfile: Dockerfile - platforms: linux/amd64 - tag: latest - username: ${CI_REPO_OWNER} - password: - from_secret: DPASTE_TOKEN \ No newline at end of file