Skip to content

Commit ebc50c9

Browse files
authored
v2.0.8 (#23)
Major updates * Using latest base images Build updates * Renaming main workflow to publish * Run publish workflow on release * Run dev action on any push
1 parent 15bdddd commit ebc50c9

File tree

10 files changed

+13
-52
lines changed

10 files changed

+13
-52
lines changed

.github/workflows/dev-7_3.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-7_3.yml'
11-
- '7.3/**'
12-
- 'overlay/**'
13-
- 'VERSION'
149

1510
jobs:
1611
test-7_3:

.github/workflows/dev-7_4.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-7_4.yml'
11-
- '7.4/**'
12-
- 'overlay/**'
13-
- 'VERSION'
149

1510
jobs:
1611
test-7_4:

.github/workflows/dev-8_0.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-8_0.yml'
11-
- '8.0/**'
12-
- 'overlay/**'
13-
- 'VERSION'
149

1510
jobs:
1611
test-8_0:

.github/workflows/main-7_3.yml renamed to .github/workflows/publish-7_3.yml

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

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

157
jobs:
168
publish-7_3:

.github/workflows/main-7_4.yml renamed to .github/workflows/publish-7_4.yml

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

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

157
jobs:
168
publish-7_4:

.github/workflows/main-8_0.yml renamed to .github/workflows/publish-8_0.yml

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

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

157
jobs:
168
publish-8_0:

7.3/Dockerfile

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

33
LABEL maintainer="Ben Green <ben@bcgdesign.com>" \
44
org.label-schema.name="Nginx + PHP" \

7.4/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 <ben@bcgdesign.com>" \
44
org.label-schema.name="Nginx + PHP" \

8.0/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 <ben@bcgdesign.com>" \
44
org.label-schema.name="Nginx + PHP" \

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.7
1+
2.0.8

0 commit comments

Comments
 (0)