This commit is contained in:
Dan Helfman 2023-04-20 11:11:08 -07:00
parent 53ee0fcfad
commit bb5028e484
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ steps:
IMAGE_NAME: projects.torsion.org/borgmatic-collective/borgmatic:docs
commands:
- podman login --username "$USERNAME" --password "$PASSWORD" projects.torsion.org
- podman build --security-opt label=disable --security-opt unmask=ALL --device /dev/fuse --tag "$IMAGE_NAME" --file docs/Dockerfile
- podman build --security-opt label=disable --device /dev/fuse --tag "$IMAGE_NAME" --file docs/Dockerfile
- podman push "$IMAGE_NAME"
trigger: