aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_release5.yml
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-01-11 08:58:10 -0800
committerchrislu <chris.lu@gmail.com>2024-01-11 08:58:10 -0800
commitb0ac3ebd6c782422aea62d1a7cf2c11bafbd0b91 (patch)
tree1917980174f45c48ce5da8297eab0a1020319aaa /.github/workflows/container_release5.yml
parent050efe6c0846ea94bec0de2709b922da62b80d12 (diff)
downloadseaweedfs-b0ac3ebd6c782422aea62d1a7cf2c11bafbd0b91.tar.xz
seaweedfs-b0ac3ebd6c782422aea62d1a7cf2c11bafbd0b91.zip
enable rclone for more images
Diffstat (limited to '.github/workflows/container_release5.yml')
-rw-r--r--.github/workflows/container_release5.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release5.yml b/.github/workflows/container_release5.yml
index 7c856e751..680c21dc1 100644
--- a/.github/workflows/container_release5.yml
+++ b/.github/workflows/container_release5.yml
@@ -52,7 +52,7 @@ jobs:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}
file: ./docker/Dockerfile.go_build
- build-args: TAGS=5BytesOffset,elastic,ydb,gocdk,tikv
+ build-args: TAGS=5BytesOffset,elastic,ydb,gocdk,tikv,rclone
platforms: linux/amd64
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}