WTF.
This commit is contained in:
parent
1721c05d2e
commit
4302a07c9b
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ steps:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
IMAGE_NAME: projects.torsion.org/borgmatic-collective/borgmatic:docs
|
IMAGE_NAME: projects.torsion.org/borgmatic-collective/borgmatic:docs
|
||||||
commands:
|
commands:
|
||||||
- echo "podman:100000:65536" > /etc/subuid
|
- echo "podman:100000:100000" > /etc/subuid
|
||||||
- echo "podman:100000:65536" > /etc/subgid
|
- echo "podman:100000:100000" > /etc/subgid
|
||||||
- podman login --username "$USERNAME" --password "$PASSWORD" projects.torsion.org
|
- podman login --username "$USERNAME" --password "$PASSWORD" projects.torsion.org
|
||||||
- podman build --isolation chroot --userns-uid-map-user podman --userns-gid-map-group podman --tag "$IMAGE_NAME" --file docs/Dockerfile
|
- podman build --isolation chroot --userns-uid-map-user podman --userns-gid-map-group podman --tag "$IMAGE_NAME" --file docs/Dockerfile
|
||||||
- podman push "$IMAGE_NAME"
|
- podman push "$IMAGE_NAME"
|
||||||
|
|
Loading…
Reference in a new issue