We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3207b3 commit e71105eCopy full SHA for e71105e
.github/workflows/build_prod.yml
@@ -4,9 +4,8 @@
4
name: Build & Push Docker Image to AWS ECR
5
6
on:
7
- push:
8
- tags:
9
- - v1.*
+ release:
+ types: [published]
10
11
env:
12
AWS_REGION: ${{ secrets.AWS_REGION }}
.github/workflows/deploy_prod.yml
name: Deploy ECS Prod
0 commit comments