Skip to content

feat: build Docker image and push to ECR (#4) #5

feat: build Docker image and push to ECR (#4)

feat: build Docker image and push to ECR (#4) #5

name: Publish release
on:
push:
branches: [main]
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}