We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4e775 commit 81af506Copy full SHA for 81af506
.github/workflows/backend-build-alpha-image.yml
@@ -1,8 +1,7 @@
1
name: Build Alpha Image
2
3
on:
4
- # push:
5
- pull_request:
+ push:
6
branches: [ develop ]
7
paths: backend/**
8
permissions:
@@ -29,7 +28,7 @@ jobs:
29
28
- name: Build Image
30
run: docker build .
31
- name: Configure AWS credentials
32
- uses: aws-actions/configure-aws-credentials@v4 # More information on this action can be found below in the 'AWS Credentials' section
+ uses: aws-actions/configure-aws-credentials@v4
33
with:
34
role-to-assume: arn:aws:iam::791335373803:role/AWSPushImageToECR
35
aws-region: ap-northeast-2
0 commit comments