Skip to content

Commit

Permalink
enable gitops continuous deployment for templates-api
Browse files Browse the repository at this point in the history
  • Loading branch information
kacurez committed Dec 5, 2024
1 parent 067777d commit f0f2048
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release-service-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: 'Release: Templates API'
on:
push:
tags:
- 'templates-api-v**'
- 'production-templates-api-v**'
- 'dev-templates-api-v**'

env:
# DockerHub login
Expand Down Expand Up @@ -93,3 +94,10 @@ jobs:
acrRegistry: ${{ env.ACR_REGISTRY }}
acrUsername: ${{ env.ACR_USERNAME }}
acrPassword: ${{ secrets.TEMPLATES_API_ACR_PASSWORD }}

- name: Trigger image tag update
uses: keboola/kbc-stacks/.github/actions/trigger-image-tag-update@main
with:
helm-chart: "templates-api"
image-tag: ${{ env.IMAGE_TAG }}
github-app-private-key: ${{ secrets.GITOPS_KBC_STACKS_TRIGGER_APP_PVK }}

0 comments on commit f0f2048

Please sign in to comment.