File tree 3 files changed +2
-13
lines changed
3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 99
99
echo "$PR_MESSAGES" >> $GITHUB_OUTPUT
100
100
echo "EOF" >> $GITHUB_OUTPUT
101
101
102
- # - name: Get Commit Messages
103
- # id: commit-messages
104
- # run: |
105
- # COMMIT_MESSAGES=$(git log --no-merges --format="* %s" @~1..HEAD)
106
- # echo "COMMIT_MESSAGES<<EOF" >> $GITHUB_OUTPUT
107
- # echo "$COMMIT_MESSAGES" >> $GITHUB_OUTPUT
108
- # echo "EOF" >> $GITHUB_OUTPUT
109
-
110
102
- name : Create Release
111
103
id : create_release
112
104
uses : actions/create-release@v1
@@ -122,9 +114,6 @@ jobs:
122
114
## Pull Request Messages
123
115
${{ steps.pr-messages.outputs.PR_MESSAGES }}
124
116
125
- ## Commit Messages
126
- ${{ steps.commit-messages.outputs.COMMIT_MESSAGES }}
127
-
128
117
## Security Scan
129
118
A security scan was performed on this Docker image. Any critical or high vulnerabilities would have prevented this release.
130
119
draft : false
Original file line number Diff line number Diff line change 1
1
# Use an official Node.js runtime as the base image
2
- FROM node:18
2
+ FROM node:18.20.2-buster
3
3
4
4
# Install Nginx
5
5
RUN apt-get update && apt-get install -y nginx certbot python3-certbot-nginx
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " llm-proxy" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " A Node.js application that manages Nginx" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments