2024-05-24 18:01:58 +08:00
|
|
|
#!/usr/bin/env bash
|
2019-01-18 19:59:36 +08:00
|
|
|
set -e
|
2022-04-13 17:14:45 +08:00
|
|
|
docker build -t rclone/xgo-cgofuse https://github.com/winfsp/cgofuse.git
|
2019-01-18 19:59:36 +08:00
|
|
|
docker images
|
|
|
|
docker push rclone/xgo-cgofuse
|