mirror of
https://github.com/actions/container-toolkit-action.git
synced 2025-12-12 04:57:11 +00:00
Removing extra labels (#2)
This commit is contained in:
committed by
Danny McCormick
parent
dcf7775603
commit
7fe2514e42
@@ -1,14 +1,5 @@
|
|||||||
FROM node:slim
|
FROM node:slim
|
||||||
|
|
||||||
LABEL "name"="Container Action Template"
|
|
||||||
LABEL "maintainer"="GitHub Actions <support+actions@github.com>"
|
|
||||||
LABEL "version"="1.0.0"
|
|
||||||
|
|
||||||
LABEL "com.github.actions.name"="GitHub Container Action Template"
|
|
||||||
LABEL "com.github.actions.description"="Container action template."
|
|
||||||
LABEL "com.github.actions.icon"="package"
|
|
||||||
LABEL "com.github.actions.color"="blue"
|
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN npm install --production
|
RUN npm install --production
|
||||||
|
|||||||
Reference in New Issue
Block a user