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