Skip to content

.github/workflows/build-deploy-and-tag-ecr-image.yml #40

.github/workflows/build-deploy-and-tag-ecr-image.yml

.github/workflows/build-deploy-and-tag-ecr-image.yml #40

on:
push:
branches:
- 'main'
workflow_dispatch:
jobs:
ecr-deploy:
uses: nationalarchives/da-tre-github-actions/.github/workflows/[email protected]
with:
docker_image_name: 'da-tre-fn-process-monitoring-queue'
build_dir: '.'
ecr_registry_path: 'tre-v2'
secrets:
AWS_OPEN_ID_CONNECT_ROLE_ARN: ${{ secrets.AWS_OPEN_ID_CONNECT_ROLE_ARN }}
AWS_REGION: ${{ secrets.AWS_REGION }}