From 844c608deb23e723b558459744341a33239f6b19 Mon Sep 17 00:00:00 2001 From: Kellen Renshaw Date: Mon, 20 Nov 2023 07:20:59 -0700 Subject: [PATCH] Remove Woodpecker configuration. Signed-off-by: Kellen Renshaw --- .woodpecker.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml deleted file mode 100644 index 6f48bad..0000000 --- a/.woodpecker.yml +++ /dev/null @@ -1,21 +0,0 @@ -# Pushes a Docker image without needing access to the Docker daemon -# -# Pushing an image to a container registry authenticated: -# DOCKER_USERNAME - Woodpecker CI Secret which is the container registry username -# DOCKER_PASSWORD - Woodpecker CI Secret which is container registry password -# -# Adjust branches to test things. -# -pipeline: - publish-docker-image: - image: plugins/kaniko - settings: - registry: core.harbor.0.tus.us.bluequartz.xyz - repo: core.harbor.0.tus.us.bluequartz.xyz/k8s/bin - tags: latest,v2.0.0-${CI_COMMIT_SHA:0:8} - dockerfile: Dockerfile - username: - from_secret: docker_username - password: - from_secret: docker_password -branches: master