mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
feat: build docker image on push to main branch
This commit is contained in:
@@ -2,8 +2,10 @@ name: Create and publish a container image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- 'v*'
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
|
||||
Reference in New Issue
Block a user