Skip to content

Commit 7d2413d

Browse files
authored
v4.0.3 (#98)
Minor updates * Using latest base image Build updates * Updating auto release action
1 parent 58d72da commit 7d2413d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
steps:
1212
-
1313
name: Create Release ${{ github.event.pull_request.title }}
14-
uses: bfren/create-release@v1
14+
uses: bfren/create-release@v2
1515
with:
1616
token: ${{ secrets.PAT }}
17-
repo: ${{ github.repository }}
18-
pr_title: ${{ github.event.pull_request.title }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/nginx:nginx1.20-3.1.9
1+
FROM bfren/nginx:nginx1.20-3.1.10
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-proxy"
44

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2
1+
4.0.3

0 commit comments

Comments
 (0)