fix ci
This commit is contained in:
parent
be35ef8809
commit
3d9aeaf2d3
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ pipeline:
|
|||
- registry_password
|
||||
commands:
|
||||
- echo "$REGISTRY_PASSWORD" | docker login -u "$REGISTRY_USER" --password-stdin
|
||||
- docker build -t deblan/capture:$TAG .
|
||||
- docker push deblan/capture:$TAG
|
||||
- docker build -t deblan/capture:${TAG} .
|
||||
- docker push deblan/capture:${TAG}
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
when:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue