build latest container

This commit is contained in:
Chris Lu 2021-10-24 18:45:51 -07:00
parent c9d3fb4a30
commit 5296c397f4

View file

@ -2,7 +2,8 @@ name: "docker: build latest container"
on: on:
push: push:
branches: [ master ] tags:
- '*'
workflow_dispatch: [] workflow_dispatch: []
jobs: jobs:
@ -23,7 +24,7 @@ jobs:
chrislusf/seaweedfs chrislusf/seaweedfs
ghcr.io/chrislusf/seaweedfs ghcr.io/chrislusf/seaweedfs
tags: | tags: |
type=raw,value=dev type=raw,value=latest
labels: | labels: |
org.opencontainers.image.title=seaweedfs 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! 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!