Browse Source

fix container building, make it same as rocksdb image

pull/2380/head 2.71
Chris Lu 3 years ago
parent
commit
84d2e1bdd0
  1. 1
      .github/workflows/container_release1.yml
  2. 1
      .github/workflows/container_release2.yml

1
.github/workflows/container_release1.yml

@ -21,7 +21,6 @@ jobs:
with:
images: |
chrislusf/seaweedfs
ghcr.io/chrislusf/seaweedfs
tags: |
type=ref,event=tag
flavor: |

1
.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: |

Loading…
Cancel
Save