Skip to content

Commit 82bebe7

Browse files
authored
v3.3.6 (#85)
Minor updates * Using latest base image Build updates * Moving conditional in auto workflows
1 parent dbb2d3d commit 82bebe7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/auto-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55

66
jobs:
77
create-pr:
8+
if: github.ref_type == 'branch'
89
runs-on: ubuntu-latest
9-
if: ${{ github.ref_type == 'branch' }}
1010
steps:
1111
-
1212
name: Checkout Branch ${{ github.ref_name }}

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66

77
jobs:
88
create-release:
9+
if: github.event.pull_request.merged
910
runs-on: ubuntu-latest
1011
steps:
1112
-
12-
if: github.event.pull_request.merged == true
1313
name: Get Pull Request Title
1414
run: echo "PR_TITLE=${{ github.event.pull_request.title }}" >> $GITHUB_ENV
1515
shell: bash

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.5
1+
FROM bfren/nginx:nginx1.20-3.1.6
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-
3.3.5
1+
3.3.6

0 commit comments

Comments
 (0)