diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-10-24 18:45:51 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-10-24 18:45:51 -0700 |
| commit | 5296c397f462cfdbc61d83d45298801558288529 (patch) | |
| tree | c9b35e87299535b21fc27d7df8984a969d8a0bb2 | |
| parent | c9d3fb4a3002559502a84228f6d4af16b66a52d1 (diff) | |
| download | seaweedfs-5296c397f462cfdbc61d83d45298801558288529.tar.xz seaweedfs-5296c397f462cfdbc61d83d45298801558288529.zip | |
build latest container
| -rw-r--r-- | .github/workflows/container_latest.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml index 1b9e9df54..b72d9bfe6 100644 --- a/.github/workflows/container_latest.yml +++ b/.github/workflows/container_latest.yml @@ -2,7 +2,8 @@ name: "docker: build latest container" on: push: - branches: [ master ] + tags: + - '*' workflow_dispatch: [] jobs: @@ -23,7 +24,7 @@ jobs: chrislusf/seaweedfs ghcr.io/chrislusf/seaweedfs tags: | - type=raw,value=dev + type=raw,value=latest labels: | org.opencontainers.image.title=seaweedfs org.opencontainers.image.description=SeaweedFS is a distributed storage system for blobs, objects, files, and data lake, to store and serve billions of files fast! |
