WTF?!
This commit is contained in:
parent
1e03046d9a
commit
08edecacae
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ steps:
|
|||
IMAGE_NAME: projects.torsion.org/borgmatic-collective/borgmatic:docs
|
||||
commands:
|
||||
- podman login --username "$USERNAME" --password "$PASSWORD" projects.torsion.org
|
||||
- podman build --tag "$IMAGE_NAME" --file docs/Dockerfile --volume $(pwd):/app --storage-opt "overlay.mount_program=/usr/bin/fuse-overlayfs"
|
||||
- podman build --tag "$IMAGE_NAME" --file docs/Dockerfile --volume $(pwd):/app --storage-opt "overlay.mount_program=/usr/bin/fuse-overlayfs" --storage-opt ignore_chown_errors
|
||||
- podman push "$IMAGE_NAME"
|
||||
|
||||
trigger:
|
||||
|
|
Loading…
Reference in a new issue