diff options
| author | yulai.li <blacktear23@gmail.com> | 2022-06-27 11:06:35 +0800 |
|---|---|---|
| committer | yulai.li <blacktear23@gmail.com> | 2022-06-27 11:06:35 +0800 |
| commit | 93dd33319fb5f27358b7f735d9b83acc34beaa60 (patch) | |
| tree | e103feadc691a08b601ccdd55eb83bfc1b83794f /.github/workflows/container_release4.yml | |
| parent | 824cbe32becade3d8113bdae636bae706337cd9b (diff) | |
| download | seaweedfs-93dd33319fb5f27358b7f735d9b83acc34beaa60.tar.xz seaweedfs-93dd33319fb5f27358b7f735d9b83acc34beaa60.zip | |
Update github workflow configuration files
Diffstat (limited to '.github/workflows/container_release4.yml')
| -rw-r--r-- | .github/workflows/container_release4.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml index 1bba0ee9c..f9f88fdcf 100644 --- a/.github/workflows/container_release4.yml +++ b/.github/workflows/container_release4.yml @@ -52,7 +52,7 @@ jobs: context: ./docker push: ${{ github.event_name != 'pull_request' }} file: ./docker/Dockerfile.go_build - build-args: TAGS=elastic,ydb,gocdk + build-args: TAGS=elastic,ydb,gocdk,tikv platforms: linux/amd64 tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }} |
