fix ci vy adding volumes
This commit is contained in:
parent
97c5ce0b7b
commit
be35ef8809
1 changed files with 2 additions and 0 deletions
|
|
@ -36,5 +36,7 @@ pipeline:
|
|||
- echo "$REGISTRY_PASSWORD" | docker login -u "$REGISTRY_USER" --password-stdin
|
||||
- docker build -t deblan/capture:$TAG .
|
||||
- docker push deblan/capture:$TAG
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
when:
|
||||
event: [deployment]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue