Throwing stuff at the wall.
This commit is contained in:
parent
f82bf619ff
commit
d6e1cef356
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ steps:
|
||||||
- cat /etc/subuid
|
- cat /etc/subuid
|
||||||
- cat /etc/subgid
|
- cat /etc/subgid
|
||||||
- podman login --username "$USERNAME" --password "$PASSWORD" projects.torsion.org
|
- podman login --username "$USERNAME" --password "$PASSWORD" projects.torsion.org
|
||||||
- podman build --isolation chroot --volume /etc/subuid:/etc/subuid --volume /etc/subgid:/etc/subgid --tag "$IMAGE_NAME" --file docs/Dockerfile
|
- podman build --isolation chroot --userns host --userns-uid-map-user podman --userns-gid-map-group podman --volume /etc/subuid:/etc/subuid --volume /etc/subgid:/etc/subgid --tag "$IMAGE_NAME" --file docs/Dockerfile
|
||||||
- podman push "$IMAGE_NAME"
|
- podman push "$IMAGE_NAME"
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
|
Loading…
Reference in a new issue