Dan Helfman il y a 2 ans
Parent
commit
c9bf52ee45
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -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 .:/app
+    - podman build --tag "$IMAGE_NAME" --file docs/Dockerfile --volume $(pwd):/app
     - podman push "$IMAGE_NAME"
 
 trigger: