Delete old pipeline
All checks were successful
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 16m50s
All checks were successful
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 16m50s
This commit is contained in:
parent
ec9bb2bcf3
commit
223c711b3a
11
.build.yml
11
.build.yml
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user