Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
st-randers authored May 15, 2024
1 parent f3562ac commit 490a0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Update version
if: ${{ steps.tag.conclusion != 'skipped' }}
run: |
yq e ".service.image.tag = \"${{ steps.tag.outputs.VERSION }}\"" -i infrastructure/auto-tilskudsberegning-fodterapi/values.yaml
yq e ".openid.image.tag = \"${{ steps.tag.outputs.VERSION }}\"" -i infrastructure/auto-tilskudsberegning-fodterapi/values.yaml
- name: Commit and push
if: ${{ steps.tag.conclusion != 'skipped' }}
run: |
Expand Down

0 comments on commit 490a0ff

Please sign in to comment.