mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-06-21 07:43:56 +08:00
Initial commit
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
FROM node:10-slim
|
||||
|
||||
LABEL version="1.0.0"
|
||||
LABEL repository="https://github.com/Borales/actions-yarn"
|
||||
LABEL homepage="https://github.com/Borales/actions-yarn"
|
||||
LABEL maintainer="Oleksandr Bordun <bordun.alexandr@gmail.com>"
|
||||
|
||||
LABEL com.github.actions.name="GitHub Action for Yarn"
|
||||
LABEL com.github.actions.description="Wraps the yarn CLI to enable common yarn commands."
|
||||
LABEL com.github.actions.icon="package"
|
||||
LABEL com.github.actions.color="red"
|
||||
# COPY LICENSE README.md THIRD_PARTY_NOTICE.md /
|
||||
|
||||
COPY "entrypoint.sh" "/entrypoint.sh"
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["help"]
|
||||
Reference in New Issue
Block a user