This commit is contained in:
2022-10-29 18:48:16 +02:00
parent 11f30fe968
commit 97bff5baab
2 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ RUN go build -o dist/dagger-go main.go
FROM harbor.front.kjuulh.io/docker-proxy/library/docker:dind
RUN apt install git
WORKDIR /src/docker
COPY --from=builder /src/builder/dist/dagger-go .

View File

@@ -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
kind: pipeline