?
This commit is contained in:
parent
7f7b89d79c
commit
f947525fca
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ steps:
|
||||||
IMAGE_NAME: projects.torsion.org/borgmatic-collective/borgmatic:docs
|
IMAGE_NAME: projects.torsion.org/borgmatic-collective/borgmatic:docs
|
||||||
commands:
|
commands:
|
||||||
- podman login --username "$USERNAME" --password "$PASSWORD" projects.torsion.org
|
- podman login --username "$USERNAME" --password "$PASSWORD" projects.torsion.org
|
||||||
- podman build --tag "$IMAGE_NAME" --file docs/Dockerfile
|
- podman build --tag "$IMAGE_NAME" --file docs/Dockerfile --volume .:/app
|
||||||
- podman push "$IMAGE_NAME"
|
- podman push "$IMAGE_NAME"
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
|
Loading…
Reference in a new issue