ci: buildkit is required for this project
This commit is contained in:
parent
2bd0b79571
commit
6253e3138e
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,7 @@ steps:
|
||||||
# path: /stupid
|
# path: /stupid
|
||||||
environment:
|
environment:
|
||||||
DOCKER_REPO: glenux/service-nextcloud
|
DOCKER_REPO: glenux/service-nextcloud
|
||||||
|
DOCKER_BUILDKIT: 1
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
from_secret: DOCKERHUB_USERNAME
|
from_secret: DOCKERHUB_USERNAME
|
||||||
|
@ -33,6 +34,8 @@ steps:
|
||||||
# volumes:
|
# volumes:
|
||||||
# - name: cache
|
# - name: cache
|
||||||
# path: /stupid
|
# path: /stupid
|
||||||
|
environment:
|
||||||
|
DOCKER_BUILDKIT: 1
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
from_secret: DOCKERHUB_USERNAME
|
from_secret: DOCKERHUB_USERNAME
|
||||||
|
@ -50,6 +53,8 @@ steps:
|
||||||
|
|
||||||
- name: publish:latest
|
- name: publish:latest
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
environment:
|
||||||
|
DOCKER_BUILDKIT: 1
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
from_secret: DOCKERHUB_USERNAME
|
from_secret: DOCKERHUB_USERNAME
|
||||||
|
|
Loading…
Reference in a new issue