| with: | with: | ||||
| images: langgenius/dify-api | images: langgenius/dify-api | ||||
| tags: | | tags: | | ||||
| type=raw,value=latest,enable={{is_default_branch}} | |||||
| type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }} | |||||
| type=ref,event=branch | type=ref,event=branch | ||||
| type=sha,enable=true,priority=100,prefix=,suffix=,format=long | type=sha,enable=true,priority=100,prefix=,suffix=,format=long | ||||
| type=semver,pattern={{major}}.{{minor}}.{{patch}} | type=semver,pattern={{major}}.{{minor}}.{{patch}} |
| with: | with: | ||||
| images: langgenius/dify-web | images: langgenius/dify-web | ||||
| tags: | | tags: | | ||||
| type=raw,value=latest,enable={{is_default_branch}} | |||||
| type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }} | |||||
| type=ref,event=branch | type=ref,event=branch | ||||
| type=sha,enable=true,priority=100,prefix=,suffix=,format=long | type=sha,enable=true,priority=100,prefix=,suffix=,format=long | ||||
| type=semver,pattern={{major}}.{{minor}}.{{patch}} | type=semver,pattern={{major}}.{{minor}}.{{patch}} |