Skip to content

Commit 1937e27

Browse files
authored
v5.1.14 (#133)
Minor updates * Using latest base image Build updates * Don't publish to ghcr.io
1 parent 4ab5d09 commit 1937e27

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

.github/workflows/dev.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ jobs:
6161
tags: |
6262
bfren/nginx-proxy:dev
6363
bfren/nginx-proxy:${{ steps.version.outputs.contents }}-beta
64-
ghcr.io/bfren/nginx-proxy:dev
65-
ghcr.io/bfren/nginx-proxy:${{ steps.version.outputs.contents }}-beta
6664
-
6765
name: Image digest
6866
run: echo ${{ steps.docker_build.outputs.digest }}

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ jobs:
6767
bfren/nginx-proxy:${{ steps.version_major.outputs.contents }}
6868
bfren/nginx-proxy:${{ steps.version_minor.outputs.contents }}
6969
bfren/nginx-proxy:${{ steps.version.outputs.contents }}
70-
ghcr.io/bfren/nginx-proxy:${{ steps.version_major.outputs.contents }}
71-
ghcr.io/bfren/nginx-proxy:${{ steps.version_minor.outputs.contents }}
72-
ghcr.io/bfren/nginx-proxy:${{ steps.version.outputs.contents }}
7370
-
7471
name: Image digest
7572
run: echo ${{ steps.docker_build.outputs.digest }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/nginx:nginx1.22-4.0.25
1+
FROM bfren/nginx:nginx1.22-4.0.26
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-proxy"
44

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.13
1+
5.1.14

0 commit comments

Comments
 (0)