add docker building in pipeline
This commit is contained in:
@@ -25,4 +25,5 @@ WORKDIR /application
|
|||||||
COPY . .
|
COPY . .
|
||||||
COPY --from=builder /application/kube-forge /application/kube-forge
|
COPY --from=builder /application/kube-forge /application/kube-forge
|
||||||
|
|
||||||
|
ENV ANSIBLE_HOST_KEY_CHECKING=False
|
||||||
ENTRYPOINT ["./kube-forge", "-c", "config.yaml", "-d", "."]
|
ENTRYPOINT ["./kube-forge", "-c", "config.yaml", "-d", "."]
|
||||||
|
|||||||
Reference in New Issue
Block a user