Skip to content

Commit

Permalink
release: v0.53.3 (#194)
Browse files Browse the repository at this point in the history
* ci: Update infrastructure repository on release (#193)
  • Loading branch information
PedroChaparro authored Jan 30, 2024
1 parent 79b893b commit 2326d1f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,21 @@ jobs:
context: .
push: true
tags: ghcr.io/${{ github.repository }}:latest,ghcr.io/${{ github.repository }}:${{ needs.version.outputs.version }}

update-infrastructure:
runs-on: ubuntu-22.04
needs:
- docker
- version
steps:
- uses: convictional/[email protected]
with:
owner: ${{ github.repository_owner }}
repo: infrastructure
github_token: ${{ secrets.INFRASTRUCTURE_WORKFLOW_TRIGGER_PAT }}
workflow_file_name: bump-service.yaml
client_payload: |
{
"service": "gateway",
"version": "${{ needs.version.outputs.version }}"
}

0 comments on commit 2326d1f

Please sign in to comment.