feat: latest tag on 4.9-trixie
This commit is contained in:
parent
14ae02d552
commit
988770eddb
3 changed files with 6 additions and 6 deletions
3
debian/12/build.sh
vendored
3
debian/12/build.sh
vendored
|
@ -7,6 +7,3 @@ docker pull $IMAGE
|
|||
docker pull debian:bookworm-slim
|
||||
docker build --no-cache -t $IMAGE ./debian/12/
|
||||
docker push $IMAGE
|
||||
|
||||
docker tag $IMAGE pommib/powerdns:latest
|
||||
docker push pommib/powerdns:latest
|
||||
|
|
5
debian/13/build.sh
vendored
5
debian/13/build.sh
vendored
|
@ -3,7 +3,10 @@
|
|||
set -ex
|
||||
|
||||
IMAGE=pommib/powerdns:4.9-trixie
|
||||
#docker pull $IMAGE
|
||||
docker pull $IMAGE
|
||||
docker pull debian:trixie-slim
|
||||
docker build --no-cache -t $IMAGE ./debian/13/
|
||||
docker push $IMAGE
|
||||
|
||||
docker tag $IMAGE pommib/powerdns:latest
|
||||
docker push pommib/powerdns:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue