1
0
Fork 0

use backend options for docker
ci/woodpecker/push/build-gui-bundle Pipeline was successful Details
ci/woodpecker/push/build-api-3-10 Pipeline was successful Details
ci/woodpecker/push/build-oci-cuda Pipeline was successful Details

This commit is contained in:
Sean Sube 2024-02-25 15:39:18 -06:00
parent f28b486f68
commit 5f3b83c3fe
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 9 additions and 1 deletions

View File

@ -8,5 +8,13 @@ steps:
- mkdir ${HOME}/.docker - mkdir ${HOME}/.docker
- echo "${DOCKER_SECRET}" | base64 -d > ${HOME}/.docker/config.json - echo "${DOCKER_SECRET}" | base64 -d > ${HOME}/.docker/config.json
- ../common/scripts/image-build.sh --push - ../common/scripts/image-build.sh --push
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - dockersock:/var/run/docker.sock
backend_options:
kubernetes:
volumes:
- name: dockersock
hostPath:
path: /var/run/docker.sock