Skip to content

Commit 7329f8b

Browse files
authored
ci: unify apprunner and ecs release process (#75)
1 parent b346dc4 commit 7329f8b

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.github/workflows/release-apprunner.yaml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
name: Release AppRunner
1+
name: Release Templates
22

33
on:
44
push:
55
tags:
66
- v*
7-
paths:
8-
- 'templates_apprunner/**'
97

108
jobs:
119
release:
@@ -64,3 +62,17 @@ jobs:
6462
env:
6563
S3_BUCKET: cf-templates-cloudvision-ci
6664
S3_PREFIX: latest
65+
66+
- name: Build and Upload ECS Version
67+
run: make ci
68+
working-directory: ./templates_ecs
69+
env:
70+
S3_BUCKET: cf-templates-cloudvision-ci
71+
S3_PREFIX: ${{ steps.prep.outputs.VERSION }}
72+
73+
- name: Build and Upload ECS Latest
74+
run: make ci
75+
working-directory: ./templates_ecs
76+
env:
77+
S3_BUCKET: cf-templates-cloudvision-ci
78+
S3_PREFIX: latest

0 commit comments

Comments
 (0)