This commit is contained in:
parent
f180c00e38
commit
8b21337467
@ -34,8 +34,6 @@ steps:
|
||||
|
||||
- name: build
|
||||
image: quay.io/testcontainers/dind-drone-plugin
|
||||
environment:
|
||||
CI_WORKSPACE: "/drone/src"
|
||||
settings:
|
||||
build_image: kasperhermansen/cuddle:latest
|
||||
cmd: sleep 3 && cuddle_cli x build_cuddle_image
|
||||
@ -45,6 +43,7 @@ steps:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
environment:
|
||||
CI_WORKSPACE: "/drone/src"
|
||||
DOCKER_BUILDKIT: 1
|
||||
DOCKER_USERNAME:
|
||||
from_secret: docker_username
|
||||
|
@ -9,6 +9,7 @@ RUN apt-get install -y -q build-essential curl git pkg-config
|
||||
WORKDIR /app/cuddle/
|
||||
|
||||
RUN cargo install --git https://git.front.kjuulh.io/kjuulh/cuddle.git cuddle_cli
|
||||
RUN export PATH="$PATH:/usr/local/cargo/bin/"
|
||||
|
||||
#FROM docker:stable-dind
|
||||
#COPY --from=base /usr/local/cargo/bin/ /usr/local/cargo/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user