diff options
| author | hilimd <68371223+hilimd@users.noreply.github.com> | 2021-10-27 09:42:23 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-27 09:42:23 +0800 |
| commit | 6999325d3631f0e9f4fe4e081650dcf60a1293c5 (patch) | |
| tree | 99082f145eeee921ae772d0c8601f97f40b7f074 /.github/workflows | |
| parent | ee90edd0e3746ae0f6046dd9e7362aeec821456c (diff) | |
| parent | 3eeaffeadd9bcff0148d0b1c860ea4ff03e82904 (diff) | |
| download | seaweedfs-6999325d3631f0e9f4fe4e081650dcf60a1293c5.tar.xz seaweedfs-6999325d3631f0e9f4fe4e081650dcf60a1293c5.zip | |
Merge pull request #84 from chrislusf/master
sync
Diffstat (limited to '.github/workflows')
| -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! |
