Skip to content

Commit 80a7ea4

Browse files
authored
v2.0.6 (#30)
Major updates * Using latest base image Build updates * Renaming main workflow to publish * Run publish workflow on release * Run dev action on any push
1 parent 4748ad4 commit 80a7ea4

File tree

4 files changed

+5
-18
lines changed

4 files changed

+5
-18
lines changed

.github/workflows/dev.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
- 'main'
77
tags-ignore:
88
- '**'
9-
paths:
10-
- '.github/workflows/dev.yml'
11-
- 'overlay/**'
12-
- 'Dockerfile'
13-
- 'VERSION'
149

1510
jobs:
1611
test:

.github/workflows/main.yml renamed to .github/workflows/publish.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
name: main
1+
name: publish
22

33
on:
4-
push:
5-
branches:
6-
- 'main'
7-
tags-ignore:
8-
- '**'
9-
paths:
10-
- '.github/workflows/main.yml'
11-
- 'overlay/**'
12-
- 'Dockerfile'
13-
- 'VERSION'
4+
release:
5+
types: [published]
146

157
jobs:
168
publish:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bcgdesign/nginx:alpine3.13-2.0.8
1+
FROM bcgdesign/nginx:alpine3.13-2.0.9
22

33
LABEL maintainer="Ben Green <[email protected]>" \
44
org.label-schema.name="Nginx Proxy" \

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.5
1+
2.0.6

0 commit comments

Comments
 (0)