From 223c711b3a3911a98c6d13722e993ef7cfe73799 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Fri, 11 Jul 2025 22:54:14 +0200 Subject: [PATCH] Delete old pipeline --- .build.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .build.yml diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 295efce..0000000 --- a/.build.yml +++ /dev/null @@ -1,11 +0,0 @@ -pipeline: - build: - image: codingworkshop/oscw-runner:latest - secrets: - - OSCW_DOCKERHUB_USERNAME - - OSCW_DOCKERHUB_PASSWORD - commands: - - echo $OSCW_DOCKERHUB_PASSWORD | docker login -u $OSCW_DOCKERHUB_USERNAME --password-stdin - - docker build -t codingworkshop/oscw-runner:latest . - - docker push codingworkshop/oscw-runner:latest - - docker image prune -af