Skip to content

Commit 93b02b6

Browse files
authored
v4.0.26 (#104)
Minor updates * Using latest base image Build updates * Don't publish to ghcr.io
1 parent 03f5c80 commit 93b02b6

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
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-webdav:dev
6363
bfren/nginx-webdav:${{ steps.version.outputs.contents }}-beta
64-
ghcr.io/bfren/nginx-webdav:dev
65-
ghcr.io/bfren/nginx-webdav:${{ 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ jobs:
6868
bfren/nginx-webdav:${{ steps.version_major.outputs.contents }}
6969
bfren/nginx-webdav:${{ steps.version_minor.outputs.contents }}
7070
bfren/nginx-webdav:${{ steps.version.outputs.contents }}
71-
ghcr.io/bfren/nginx-webdav:latest
72-
ghcr.io/bfren/nginx-webdav:${{ steps.version_major.outputs.contents }}
73-
ghcr.io/bfren/nginx-webdav:${{ steps.version_minor.outputs.contents }}
74-
ghcr.io/bfren/nginx-webdav:${{ steps.version.outputs.contents }}
7571
-
7672
name: Image digest
7773
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-webdav"
44

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.25
1+
4.0.26

0 commit comments

Comments
 (0)