fix pipeline
This commit is contained in:
parent
ecffae8e7d
commit
d04532fed8
|
|
@ -20,7 +20,7 @@ pipelines:
|
|||
name: Build and Test
|
||||
script:
|
||||
- IMAGE_NAME=$BITBUCKET_REPO_SLUG
|
||||
- docker build . --file k8s/linode-autoscaler/Dockerfile --tag ${IMAGE_NAME}
|
||||
- docker build . --file k8s/Dockerfile-autoscaler --tag ${IMAGE_NAME}
|
||||
services:
|
||||
- docker
|
||||
caches:
|
||||
|
|
@ -36,7 +36,7 @@ pipelines:
|
|||
name: Build and Test
|
||||
script:
|
||||
- IMAGE_NAME=linode-autoscaler
|
||||
- docker build . --file k8s/linode-autoscaler/Dockerfile --tag ${IMAGE_NAME}
|
||||
- docker build . --file k8s/Dockerfile-autoscaler --tag ${IMAGE_NAME}
|
||||
- docker save ${IMAGE_NAME} --output "${IMAGE_NAME}.tar"
|
||||
services:
|
||||
- docker
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
FROM meezaan/linode-k8s-autoscaler
|
||||
|
||||
COPY video-cluster-kubeconfig.yaml /root/.kube/config
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
FROM meezaan/linode-k8s-autoscaler
|
||||
|
||||
COPY ../video-cluster-kubeconfig.yaml /root/.kube/config
|
||||
Loading…
Reference in New Issue