Delete old pipeline
All checks were successful
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 16m50s

This commit is contained in:
Aiken Harris 2025-07-11 22:54:14 +02:00 committed by CodingWorkshop Signing Team
parent ec9bb2bcf3
commit 223c711b3a
Signed by: CodingWorkshop Signing Team
GPG Key ID: 6DC88369C82795D2

View File

@ -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