update the the workflow 3
This commit is contained in:
@@ -20,19 +20,20 @@
|
||||
name: Backend Modal Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ['**']
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag:
|
||||
description: 'Image tag (default: git SHA)'
|
||||
required: false
|
||||
type: string
|
||||
platform:
|
||||
description: 'Target platform'
|
||||
required: false
|
||||
type: string
|
||||
default: 'linux/amd64'
|
||||
workflow_dispatch: {}
|
||||
# push:
|
||||
# branches: ['**']
|
||||
# workflow_dispatch:
|
||||
# inputs:
|
||||
# tag:
|
||||
# description: 'Image tag (default: git SHA)'
|
||||
# required: false
|
||||
# type: string
|
||||
# platform:
|
||||
# description: 'Target platform'
|
||||
# required: false
|
||||
# type: string
|
||||
# default: 'linux/amd64'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user