diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-10-11 01:29:05 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-10-11 01:29:05 -0700 |
| commit | 84d2e1bdd099550aaba494c88324c8c0dbc08776 (patch) | |
| tree | 4d77f014c56a1f5e1f18fc78413aa86c492ad41c | |
| parent | e6ef7b238793901ac2603d5adfb5383b0a3e9846 (diff) | |
| download | seaweedfs-84d2e1bdd099550aaba494c88324c8c0dbc08776.tar.xz seaweedfs-84d2e1bdd099550aaba494c88324c8c0dbc08776.zip | |
fix container building, make it same as rocksdb image2.71
| -rw-r--r-- | .github/workflows/container_release1.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/container_release2.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/container_release1.yml b/.github/workflows/container_release1.yml index 1738b8825..4b0ff16e3 100644 --- a/.github/workflows/container_release1.yml +++ b/.github/workflows/container_release1.yml @@ -21,7 +21,6 @@ jobs: with: images: | chrislusf/seaweedfs - ghcr.io/chrislusf/seaweedfs tags: | type=ref,event=tag flavor: | diff --git a/.github/workflows/container_release2.yml b/.github/workflows/container_release2.yml index 8106f7a9f..e62401e7f 100644 --- a/.github/workflows/container_release2.yml +++ b/.github/workflows/container_release2.yml @@ -22,7 +22,6 @@ jobs: with: images: | chrislusf/seaweedfs - ghcr.io/chrislusf/seaweedfs tags: | type=ref,event=tag,suffix=_large_disk flavor: | |
