File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
create-pr :
8
+ if : github.ref_type == 'branch'
8
9
runs-on : ubuntu-latest
9
- if : ${{ github.ref_type == 'branch' }}
10
10
steps :
11
11
-
12
12
name : Checkout Branch ${{ github.ref_name }}
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
create-release :
9
+ if : github.event.pull_request.merged
9
10
runs-on : ubuntu-latest
10
11
steps :
11
12
-
12
- if : github.event.pull_request.merged == true
13
13
name : Get Pull Request Title
14
14
run : echo "PR_TITLE=${{ github.event.pull_request.title }}" >> $GITHUB_ENV
15
15
shell : bash
Original file line number Diff line number Diff line change 1
- FROM bfren/nginx:nginx1.20-3.1.5
1
+ FROM bfren/nginx:nginx1.20-3.1.6
2
2
3
3
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-proxy"
4
4
Original file line number Diff line number Diff line change 1
- 3.3.5
1
+ 3.3.6
You can’t perform that action at this time.
0 commit comments