with git
This commit is contained in:
parent
11f30fe968
commit
97bff5baab
@ -8,6 +8,9 @@ RUN go build -o dist/dagger-go main.go
|
|||||||
|
|
||||||
FROM harbor.front.kjuulh.io/docker-proxy/library/docker:dind
|
FROM harbor.front.kjuulh.io/docker-proxy/library/docker:dind
|
||||||
|
|
||||||
|
RUN apt install git
|
||||||
|
|
||||||
WORKDIR /src/docker
|
WORKDIR /src/docker
|
||||||
|
|
||||||
COPY --from=builder /src/builder/dist/dagger-go .
|
COPY --from=builder /src/builder/dist/dagger-go .
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{{ $imageTag := printf "harbor.front.kjuulh.io/library/%s" .repo.name }}
|
{{ $imageTag := "harbor.front.kjuulh.io/library/${DRONE_REPO_NAME}" }}
|
||||||
|
|
||||||
type: docker
|
type: docker
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
Loading…
Reference in New Issue
Block a user