Skip to content

Updated to the latest base image #25

Updated to the latest base image

Updated to the latest base image #25

Workflow file for this run

name: ecr-build
on:
workflow_dispatch: {}
push:
branches:
- main
- develop
jobs:
call-workflow-in-ecr-template:
uses: arkcase/github-action-templates/.github/workflows/ecr-publish.yml@main
secrets:
ECR_AWS_REGION: ${{ secrets.ECR_AWS_REGION }}
ECR_AWS_ORG_ID: ${{ secrets.ECR_AWS_ORG_ID }}
ECR_AWS_ACCESS_KEY: ${{ secrets.ECR_AWS_ACCESS_KEY }}
ECR_AWS_ACCOUNT_ID: ${{ secrets.ECR_AWS_ACCOUNT_ID }}
ECR_AWS_SECRET_ACCESS_KEY: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}