github-action-push-to-anoth.../Dockerfile
2024-03-11 05:09:13 +02:00

8 lines
136 B
Docker

FROM alpine:latest
RUN apk add --no-cache git git-lfs openssh-client
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]