update the the workflow 3
Some checks failed
Backend ECR Deployment / build-and-push (push) Failing after 27s
Backend ECR Deployment / notify-deploy (push) Has been skipped

This commit is contained in:
DatTT127
2026-07-18 18:44:03 +07:00
parent bc03eaed5d
commit a48afe12e4

View File

@@ -20,19 +20,20 @@
name: Backend Modal Build name: Backend Modal Build
on: on:
push: workflow_dispatch: {}
branches: ['**'] # push:
workflow_dispatch: # branches: ['**']
inputs: # workflow_dispatch:
tag: # inputs:
description: 'Image tag (default: git SHA)' # tag:
required: false # description: 'Image tag (default: git SHA)'
type: string # required: false
platform: # type: string
description: 'Target platform' # platform:
required: false # description: 'Target platform'
type: string # required: false
default: 'linux/amd64' # type: string
# default: 'linux/amd64'
permissions: permissions:
contents: read contents: read