From 5d16d7d53ba9173d0d2b9f89b16d5af6ba6cb45e Mon Sep 17 00:00:00 2001 From: mike Date: Sun, 19 Jan 2025 08:30:19 +0100 Subject: [PATCH] Remove woodpecker as now using actions --- .woodpecker.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .woodpecker.yaml diff --git a/.woodpecker.yaml b/.woodpecker.yaml deleted file mode 100644 index 7b27ac0..0000000 --- a/.woodpecker.yaml +++ /dev/null @@ -1,18 +0,0 @@ -steps: - - name: Build and Publish Docker Image - when: - - branch: main - event: push - - event: tag - image: woodpeckerci/plugin-docker-buildx - settings: - platforms: linux/amd64,linux/arm64 - repo: ${CI_REG_HOST}:${CI_REG_PORT}/${CI_REPO_OWNER}/${CI_REPO_NAME} - tags: latest - registry: http://${CI_REG_HOST}:${CI_REG_PORT} - insecure: true - buildkit_config: "[registry.\"${CI_REG_HOST}:${CI_REG_PORT}\"]\n http = true\n insecure = true" - username: - from_secret: CI_REG_USER - password: - from_secret: CI_REG_TOKEN \ No newline at end of file