mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-02 22:02:13 +08:00
Update branch name in workflow configuration
This commit is contained in:
4
.github/workflows/container.yaml
vendored
4
.github/workflows/container.yaml
vendored
@@ -3,7 +3,7 @@ name: Publish Containers
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- main-1.x
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
@@ -92,4 +92,4 @@ jobs:
|
||||
with:
|
||||
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
|
||||
subject-digest: ${{ steps.push.outputs.digest }}
|
||||
push-to-registry: true
|
||||
push-to-registry: true
|
||||
|
||||
Reference in New Issue
Block a user