Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/dev-7_3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ on:
- 'main'
tags-ignore:
- '**'
paths:
- '.github/workflows/dev-7_3.yml'
- '7.3/**'
- 'overlay/**'
- 'VERSION'

jobs:
test-7_3:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/dev-7_4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ on:
- 'main'
tags-ignore:
- '**'
paths:
- '.github/workflows/dev-7_4.yml'
- '7.4/**'
- 'overlay/**'
- 'VERSION'

jobs:
test-7_4:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/dev-8_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ on:
- 'main'
tags-ignore:
- '**'
paths:
- '.github/workflows/dev-8_0.yml'
- '8.0/**'
- 'overlay/**'
- 'VERSION'

jobs:
test-8_0:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
name: main-7_3
name: publish-7_3

on:
push:
branches:
- 'main'
tags-ignore:
- '**'
paths:
- '.github/workflows/main-7_3.yml'
- '7.3/**'
- 'overlay/**'
- 'VERSION'
release:
types: [published]

jobs:
publish-7_3:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
name: main-7_4
name: publish-7_4

on:
push:
branches:
- 'main'
tags-ignore:
- '**'
paths:
- '.github/workflows/main-7_4.yml'
- '7.4/**'
- 'overlay/**'
- 'VERSION'
release:
types: [published]

jobs:
publish-7_4:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
name: main-8_0
name: publish-8_0

on:
push:
branches:
- 'main'
tags-ignore:
- '**'
paths:
- '.github/workflows/main-8_0.yml'
- '8.0/**'
- 'overlay/**'
- 'VERSION'
release:
types: [published]

jobs:
publish-8_0:
Expand Down
2 changes: 1 addition & 1 deletion 7.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bcgdesign/nginx:alpine3.12-2.0.8
FROM bcgdesign/nginx:alpine3.12-2.0.9

LABEL maintainer="Ben Green <ben@bcgdesign.com>" \
org.label-schema.name="Nginx + PHP" \
Expand Down
2 changes: 1 addition & 1 deletion 7.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bcgdesign/nginx:alpine3.13-2.0.8
FROM bcgdesign/nginx:alpine3.13-2.0.9

LABEL maintainer="Ben Green <ben@bcgdesign.com>" \
org.label-schema.name="Nginx + PHP" \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bcgdesign/nginx:alpine3.13-2.0.8
FROM bcgdesign/nginx:alpine3.13-2.0.9

LABEL maintainer="Ben Green <ben@bcgdesign.com>" \
org.label-schema.name="Nginx + PHP" \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.7
2.0.8