File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 33# configure ignore rules
44# see https://github.com/hadolint/hadolint#rules for a list of available rules.
55ignored :
6+ - DL3016
67 - DL3018
Original file line number Diff line number Diff line change 11FROM 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
Original file line number Diff line number Diff line change 44[ ![ Linux] ( https://svgshare.com/i/Zhy.svg )] ( https://svgshare.com/i/Zhy.svg )
55[ ![ Alpine] ( https://img.shields.io/badge/Alpine_Linux-0D597F?style=flat-square&logo=alpine-linux&logoColor=white )] ( https://img.shields.io/badge/Alpine_Linux-0D597F?style=flat-square&logo=alpine-linux&logoColor=white )
66
7- Container includes semantic-release to gitea for CI
7+ Container includes semantic-release to gitea for CI.
8+ Installed tools are:
9+
10+ - ` git `
11+ - ` npm `
12+
13+ ## Weblinks
14+
15+ - [ CHANGELOG] ( CHANGELOG.md )
16+ - [ semantic-release-gitea-container on hub.docker.com] ( https://hub.docker.com/r/docdee/semantic-release-gitea )
You can’t perform that action at this time.
0 commit comments