Skip to content

Commit 032ca99

Browse files
author
willjsw
committed
chore #4: workflow dispatch 추가 (수동 재실행)
1 parent 43bfc6b commit 032ca99

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ecr_cd_tmp.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ on:
55
branches:
66
- develop
77

8+
workflow_dispatch:
9+
inputs:
10+
tag:
11+
description: 'Image Tag to use'
12+
required: false
13+
default: 'latest'
14+
815
env:
916
AWS_REGION: ap-southeast-2
1017
ECR_REGISTRY: public.ecr.aws/k5m3t9y9

0 commit comments

Comments
 (0)