CI: maybe fix docker build
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build encountered an error

This commit is contained in:
zvon 2023-08-25 13:35:11 +02:00
parent 6e3f783734
commit a99d6dec35

View File

@ -12,9 +12,24 @@ steps:
commands:
- test -z $(gofmt -l .)
- name: build
image: docker
image: docker:dind
volumes:
- name: dockersock
path: /var/run
commands:
- docker build -f Dockerfile .
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}
---
kind: pipeline
type: kubernetes