We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8bfa6 commit 25d8028Copy full SHA for 25d8028
Dockerfile
@@ -1,2 +1,5 @@
1
FROM alpine:3
2
LABEL maintainer="deeagle <[email protected]>"
3
+
4
+RUN apk --no-cache add git npm
5
+RUN npm install @semantic-release/changelog @semantic-release/git @semantic-release/commit-analyzer @semantic-release/exec @saithodev/semantic-release-gitea -D
0 commit comments