Skip to content

Commit

Permalink
template -> jobTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Nov 19, 2024
1 parent b510ed5 commit 03809a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hetzner-prd-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ jobs:
changes: |
{
"bd-automation-prd/broadcaster-job.yaml": {
"spec.template.spec.containers[0].image": "${{ env.REGISTRY }}:${{ steps.vars.outputs.GIT_HASH }}"
"spec.jobTemplate.spec.containers[0].image": "${{ env.REGISTRY }}:${{ steps.vars.outputs.GIT_HASH }}"
}
"bd-automation-prd/kafka-job.yaml": {
"spec.template.spec.containers[0].image": "${{ env.REGISTRY }}:${{ steps.vars.outputs.GIT_HASH }}"
"spec.jobTemplate.spec.containers[0].image": "${{ env.REGISTRY }}:${{ steps.vars.outputs.GIT_HASH }}"
}
"bd-automation-prd/tipoff-job.yaml": {
"spec.template.spec.containers[0].image": "${{ env.REGISTRY }}:${{ steps.vars.outputs.GIT_HASH }}"
"spec.jobTemplate.spec.containers[0].image": "${{ env.REGISTRY }}:${{ steps.vars.outputs.GIT_HASH }}"
}
}

0 comments on commit 03809a2

Please sign in to comment.