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 a54b487 commit d172db6Copy full SHA for d172db6
Dockerfile
@@ -1,5 +1,7 @@
1
FROM alpine:3
2
LABEL maintainer="deeagle <[email protected]>"
3
4
+WORKDIR /app
5
+
6
RUN apk --no-cache add git npm \
7
&& npm install @semantic-release/changelog @semantic-release/git @semantic-release/commit-analyzer @semantic-release/exec @saithodev/semantic-release-gitea -D
0 commit comments