Skip to content

Commit 730a0b1

Browse files
jelmore1674Gitea
authored andcommitted
udpate dcoker file (#71)
Reviewed-on: https://git.justinelmore.dev/jelmore1674/build-changelog/pulls/71 Co-authored-by: Justin Elmore <[email protected]> Co-committed-by: Justin Elmore <[email protected]>
1 parent a3fcca8 commit 730a0b1

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:22-alpine
22

33
# 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
55

66
COPY dist/index.js /usr/bin/bcl
77
COPY dist/templates /usr/bin/templates

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ on:
167167
description: the tag for your release
168168
169169
jobs:
170-
relase:
170+
release:
171171
runs-on: ubuntu-latest
172172
steps:
173173
- uses: actions/checkout@v4
@@ -222,7 +222,7 @@ jobs:
222222
override: ${{ inputs.override }}
223223
```
224224
225-
### Changelog Enforcer
225+
### Enforce Changelog
226226
227227
This actions will check if there are changes to the changelog. If there are no changes, it will fail.
228228

changelog/docker.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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

0 commit comments

Comments
 (0)