File tree Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 23
23
run : docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_ACCESS_TOKEN }}
24
24
25
25
- name : Build Docker image
26
- run : docker build . --file docker/Dockerfile --tag ${{ inputs.image_name }}:${{ inputs.version }} --build-arg VERSION=${{ inputs.version }}
26
+ run : docker build . --file docker/Dockerfile --tag ${{ inputs.image_name }}:latest --build-arg VERSION=${{ inputs.version }}
27
27
28
28
- name : Push Docker image to Docker Hub
29
- run : docker push ${{ inputs.image_name }}:${{ inputs.version }}
29
+ run : docker push ${{ inputs.image_name }}:latest
Original file line number Diff line number Diff line change 1
- ## [ 4.1.0] - 2024-01- ????????????????????
1
+ ## [ 4.1.1] - 2024-01-08
2
+
3
+ ### Fixed
4
+ - Fix changelog typos
5
+
6
+
7
+
8
+ ## [ 4.1.0] - 2024-01-08
2
9
3
10
### Updated
4
11
- Included ` Sarif ` formatter [ #530 ] ( https://github.com/protofire/solhint/pull/530 ) (Thanks to [ @eshaan7 ] ( https://github.com/eshaan7 ) )
Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <a href =" https://protofire.io/projects/solhint " ><img src =" solhint.png " ></a >
2
+ <a href =" https://protofire.io/projects/solhint " target = " _blank " ><img src =" solhint.png " ></a >
3
3
</p >
4
4
<p align =" center " >
5
- By <a href =" https://protofire.io/ " >Protofire</a >
5
+ By <a href =" https://protofire.io/ " target = " _blank " >Protofire</a >
6
6
</p >
7
7
8
8
[ ![ ] ( https://img.shields.io/badge/Solhint%20Website-cyan )] ( https://protofire.io/projects/solhint )
Original file line number Diff line number Diff line change 1
1
FROM node:20-alpine
2
2
LABEL maintainer="diego.bale@protofire.io"
3
- ENV VERSION=4.1.0
3
+ ENV VERSION=4.1.1
4
4
5
5
RUN npm install -g solhint@"$VERSION"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " solhint" ,
3
- "version" : " 4.1.0 " ,
3
+ "version" : " 4.1.1 " ,
4
4
"description" : " Solidity Code Linter" ,
5
5
"main" : " lib/index.js" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments