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: with:
images: | images: |
chrislusf/seaweedfs chrislusf/seaweedfs
ghcr.io/chrislusf/seaweedfs
tags: | tags: |
type=ref,event=tag type=ref,event=tag
flavor: | flavor: |

1
.github/workflows/container_release2.yml

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

Loading…
Cancel
Save