Fix podman create command to use correct image name.
This commit is contained in:
parent
269c00b240
commit
e1f60e4b09
@ -27,7 +27,7 @@ jobs:
|
||||
- run: podman build --tag "$IMAGE_NAME" --file docs/Dockerfile --storage-opt "overlay.mount_program=/usr/bin/fuse-overlayfs" .
|
||||
- run: podman push "$IMAGE_NAME"
|
||||
- run: mkdir borgmatic-docs
|
||||
- run: docs_container_id=$(podman create borgmatic-docs)
|
||||
- run: docs_container_id=$(podman create "$IMAGE_NAME")
|
||||
- run: podman cp $docs_container_id:/usr/share/nginx/html - > borgmatic-docs-dump.tar
|
||||
- run: tar xf borgmatic-docs-dump.tar
|
||||
- run: mv html borgmatic-docs
|
||||
|
Loading…
x
Reference in New Issue
Block a user