mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-15 02:52:16 +08:00
Switching to node:10.16-alpine
This commit is contained in:
parent
3dbac8fd64
commit
4e66af0674
13
Dockerfile
13
Dockerfile
@ -1,15 +1,4 @@
|
|||||||
FROM node:10
|
FROM node:10.16-alpine
|
||||||
|
|
||||||
LABEL version="1.1.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="blue"
|
|
||||||
# COPY LICENSE README.md THIRD_PARTY_NOTICE.md /
|
|
||||||
|
|
||||||
COPY "entrypoint.sh" "/entrypoint.sh"
|
COPY "entrypoint.sh" "/entrypoint.sh"
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user