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
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