This commit is contained in:
Dan Helfman 2023-04-20 11:58:06 -07:00
parent 4302a07c9b
commit 499e42df35
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ steps:
- echo "podman:100000:100000" > /etc/subuid
- echo "podman:100000:100000" > /etc/subgid
- 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 --security-opt label=disable --isolation chroot --userns-uid-map-user podman --userns-gid-map-group podman --tag "$IMAGE_NAME" --file docs/Dockerfile
- podman push "$IMAGE_NAME"
trigger: