File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
FROM node:22-alpine
2
2
3
3
# Update the package list and install Node.js and npm
4
- RUN apk add --update nodejs npm git jq
4
+ RUN apk add --update git jq
5
5
6
6
COPY dist/index.js /usr/bin/bcl
7
7
COPY dist/templates /usr/bin/templates
Original file line number Diff line number Diff line change 167
167
description: the tag for your release
168
168
169
169
jobs:
170
- relase :
170
+ release :
171
171
runs-on: ubuntu-latest
172
172
steps:
173
173
- uses: actions/checkout@v4
@@ -222,7 +222,7 @@ jobs:
222
222
override: ${{ inputs.override }}
223
223
```
224
224
225
- ### Changelog Enforcer
225
+ ### Enforce Changelog
226
226
227
227
This actions will check if there are changes to the changelog. If there are no changes, it will fail.
228
228
Original file line number Diff line number Diff line change
1
+ author : Justin Elmore
2
+
3
+ changed :
4
+ docker :
5
+ - " Update Dockerfile, to remove uneeded node and npm."
6
+
7
+ references :
8
+ - type : pr
9
+ reference : 71
You can’t perform that action at this time.
0 commit comments