File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,12 @@ steps:
1111 - name : build
1212 image : ghcr.io/codestation/drone-kaniko
1313 settings :
14- repos :
15- - registry.megpoid.dev/codestation/postgres
14+ registry : registry.megpoid.dev
15+ repo : registry.megpoid.dev/codestation/postgres
16+ dockerfile : 14/Dockerfile
1617 tags :
1718 - 14
1819 - latest
19- dockerfile : 14/Dockerfile
20- registry : registry.megpoid.dev
21- platforms :
22- - linux/amd64
23- - linux/arm64
2420 username :
2521 from_secret : docker_username
2622 password :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM postgres:14-bookworm
22
33LABEL maintainer="codestation <codestation@megpoid.dev>"
44
5- ARG BACKREST_VERSION=2.50
5+ ARG BACKREST_VERSION=2.51
66ARG S6_OVERLAY_VERSION=3.1.5.0
77
88# Install pgbackrest
You can’t perform that action at this time.
0 commit comments