test
This commit is contained in:
parent
eae5352fc5
commit
5e11ab11e5
@ -32,6 +32,7 @@ steps:
|
|||||||
branch: main
|
branch: main
|
||||||
- name: build-and-publish-to-private-registry
|
- name: build-and-publish-to-private-registry
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
debug: true
|
debug: true
|
||||||
repo: registry.zczx.com/dronedemo
|
repo: registry.zczx.com/dronedemo
|
||||||
@ -40,6 +41,8 @@ steps:
|
|||||||
- ${DRONE_COMMIT_SHA:0:7}
|
- ${DRONE_COMMIT_SHA:0:7}
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
context: .
|
context: .
|
||||||
|
environment:
|
||||||
|
DOCKER_BUILDKIT: '0'
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user