Skip to content

Commit 0c27498

Browse files
committed
Add build image to workflow
1 parent 1eda9b6 commit 0c27498

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/deploy.yml

+9
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ jobs:
2626
- uses: actions/checkout@v4
2727
with:
2828
ref: ${{ inputs.ref }}
29+
30+
- name: Build and Push Artifacts
31+
uses: ./.github/actions/build-push-artifacts
32+
with:
33+
ref: ${{ inputs.ref }}
34+
aws-access-key-id: ${{ secrets.VAEC_AWS_ACCESS_KEY_ID }}
35+
aws-secret-access-key: ${{ secrets.VAEC_AWS_SECRET_ACCESS_KEY }}
36+
aws-region: ${{ secrets.AWS_REGION }}
37+
role-to-assume: ${{ secrets.VAEC_DEPLOY_ROLE }}
2938

3039
- name: Renders task definition for ${{ inputs.environment }}
3140
uses: ./.github/actions/ecs-task-render-deploy

0 commit comments

Comments
 (0)