Skip to content

Commit

Permalink
Fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Jul 22, 2024
1 parent a365be8 commit 187eaaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
with:
repository: ${{ secrets.INFRASTRUCTURE_REPO }}
token: ${{ secrets.K8S_GITHUB_PAT }}
event-type: ${{ steps.tag.outputs.image_name }}-android-deploy
event-type: github-actions-runner-fz-fw-deploy-android-deploy
client-payload: '{"image_tag": "${{steps.tag.outputs.image_tag}}"}'

- name: 'Trigger k8s to use new image flipperzero-firmware: prod'
Expand All @@ -111,5 +111,5 @@ jobs:
with:
repository: ${{ secrets.INFRASTRUCTURE_REPO }}
token: ${{ secrets.K8S_GITHUB_PAT }}
event-type: ${{ steps.tag.outputs.image_name }}-fz-fw-deploy
event-type: github-actions-runner-fz-fw-deploy-fz-fw-deploy
client-payload: '{"image_tag": "${{steps.tag.outputs.image_tag}}"}'

0 comments on commit 187eaaf

Please sign in to comment.