use new image tags

This commit is contained in:
damage 2023-05-13 15:51:30 +02:00
parent 18adc6d4f5
commit 694fa6b824
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM gentoo/portage:latest as portage
FROM gentoo/stage3:amd64
FROM gentoo/stage3:amd64-openrc
COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo

View File

@ -1,3 +1,6 @@
#!/bin/bash
docker build --pull --tag tuxmainy/courier:local .
docker tag tuxmainy/courier:local hub.devloop.de/courier:latest
docker push hub.devloop.de/courier:latest