mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-20 12:48:57 +08:00
Add workflows
This commit is contained in:
parent
03eb07f964
commit
98414716d9
10 changed files with 250 additions and 11 deletions
|
|
@ -20,6 +20,7 @@ FROM base AS build
|
|||
RUN yarn build
|
||||
|
||||
FROM deps AS test
|
||||
COPY . .
|
||||
RUN yarn run test
|
||||
|
||||
FROM base AS run-format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue