0
stars
0
forks
source link
LABEL "com.github.actions.name"="GitHub Action for Slack"
LABEL "com.github.actions.description"="Outputs a message to Slack."
LABEL "com.github.actions.icon"="hash"
LABEL "com.github.actions.color"="red"
LABEL "repository"="https://github.com/Ilshidur/actions"
LABEL "homepage"="https://github.com/Ilshidur/action-slack"
LABEL "maintainer"="Ilshidur <ilshidur@gmail.com>"
LABEL "version"="1.4.0"
ADD package.json package-lock.json /
RUN npm ci
ADD entrypoint.js /
RUN chmod +x /entrypoint.js
ENTRYPOINT ["node", "/entrypoint.js"]
#3
Open
Erik818subo opened 2 years ago
https://github.com/AndreaGriffiths11/action-slack/blob/master/Dockerfile#L3-L18