add docker building in pipeline

This commit is contained in:
2024-05-15 21:12:14 +03:00
parent 026ab29039
commit e59314d440

View File

@@ -25,4 +25,5 @@ WORKDIR /application
COPY . .
COPY --from=builder /application/kube-forge /application/kube-forge
ENV ANSIBLE_HOST_KEY_CHECKING=False
ENTRYPOINT ["./kube-forge", "-c", "config.yaml", "-d", "."]