Skip to content

Commit 58d72da

Browse files
authored
v4.0.2 (#97)
Minor updates * Using latest base image Build updates * Updating auto release action
1 parent 9e5ea02 commit 58d72da

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.github/workflows/auto-release.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
-
13-
name: Get Pull Request Title
14-
run: echo "PR_TITLE=${{ github.event.pull_request.title }}" >> $GITHUB_ENV
15-
shell: bash
16-
-
17-
name: Create Release ${{ env.PR_TITLE }}
18-
uses: bfren/action-gh-release@v1
13+
name: Create Release ${{ github.event.pull_request.title }}
14+
uses: bfren/create-release@v1
1915
with:
2016
token: ${{ secrets.PAT }}
21-
name: ${{ env.PR_TITLE }}
22-
tag_name: ${{ env.PR_TITLE }}
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.8
1+
FROM bfren/nginx:nginx1.20-3.1.9
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.1
1+
4.0.2

0 commit comments

Comments
 (0)