mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2025-12-07 05:07:15 -07:00
Updates file adding the code to push
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM alpine:3.10
|
||||
|
||||
RUN apk add --no-cache git
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user