mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-30 05:13:01 +02:00
More.
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ steps:
|
||||
- cat /etc/subuid
|
||||
- cat /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 --volume /etc/subuid:/etc/subuid --volume /etc/subgid:/etc/subgid --tag "$IMAGE_NAME" --file docs/Dockerfile
|
||||
- podman build --isolation chroot --volume /etc/subuid:/etc/subuid --volume /etc/subgid:/etc/subgid --tag "$IMAGE_NAME" --file docs/Dockerfile
|
||||
- podman push "$IMAGE_NAME"
|
||||
|
||||
trigger:
|
||||
|
||||
Reference in New Issue
Block a user