Skip to content

Commit

Permalink
update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Feb 15, 2019
1 parent defc230 commit d3d3cfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions publish/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:10

LABEL "com.github.actions.name"="verdaccio publish"
LABEL "com.github.actions.name"="Verdaccio Private Registry"
LABEL "com.github.actions.description"="Publish on Verdaccio"
LABEL "com.github.actions.icon"="package"
LABEL "com.github.actions.color"="green"
Expand All @@ -9,7 +9,7 @@ LABEL "repository"="https://github.com/verdaccio/github-actions"
LABEL "homepage"="https://github.com/verdaccio/github-actions"
LABEL "maintainer"="Juan Picado <[email protected]>"

RUN npm install -g verdaccio@next && \
RUN npm install -g verdaccio@3.11.4 && \
npm install -g verdaccio-auth-memory && \
npm install -g verdaccio-memory && \
npm install -g [email protected]
Expand Down
2 changes: 1 addition & 1 deletion publish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Test the integrity of a package publishing in [Verdaccio](https://verdaccio.org/
```
action "Publish Verdaccio" {
uses = "verdaccio/github-actions/publish@master"
args = ["publish"]
args = ["publish"]
}
```

0 comments on commit d3d3cfe

Please sign in to comment.