github-action-push-to-anoth.../Dockerfile

8 lines
136 B
Docker
Raw Normal View History

2024-03-11 05:09:13 +02:00
FROM alpine:latest
RUN apk add --no-cache git git-lfs openssh-client
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]