Skip to content

Build a tagged version and push to ECR #3

Build a tagged version and push to ECR

Build a tagged version and push to ECR #3

name: Build a tagged version and push to ECR
on:
workflow_dispatch:
jobs:
deploy:
if: startsWith(github.ref, 'refs/tags/v')
uses: ./.github/workflows/build-and-push.yml
with:
version: ${{github.ref_name}}
secrets: inherit