Skip to content

Commit b7ac32f

Browse files
authored
v2.0.1 (#25)
Major updates * Using latest base image Build updates * Renaming publish to main
1 parent fb6b74a commit b7ac32f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish
1+
name: main
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
tags-ignore:
88
- '**'
99
paths:
10-
- '.github/workflows/publish.yml'
10+
- '.github/workflows/main.yml'
1111
- 'overlay/**'
1212
- 'Dockerfile'
1313
- 'VERSION'

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bcgdesign/nginx:alpine-3.13-2.0.1
1+
FROM bcgdesign/nginx:alpine-3.13-2.0.2
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.0
1+
2.0.1

0 commit comments

Comments
 (0)