Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit committed Jan 8, 2025
1 parent a420e32 commit ce4579e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/update-branch-image-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ jobs:
- name: Update repo branch image tags in chart/values.yaml
run: |
yq eval '.image.longhorn.engine.tag = ${{ inputs.tag }}' -i chart/values.yaml
yq eval '.image.longhorn.manager.tag = ${{ inputs.tag }}' -i chart/values.yaml
yq eval '.image.longhorn.ui.tag = ${{ inputs.tag }}' -i chart/values.yaml
yq eval '.image.longhorn.instanceManager.tag = ${{ inputs.tag }}' -i chart/values.yaml
yq eval '.image.longhorn.shareManager.tag = ${{ inputs.tag }}' -i chart/values.yaml
yq eval '.image.longhorn.backingImageManager.tag = ${{ inputs.tag }}' -i chart/values.yaml
yq eval '.image.longhorn.engine.tag = "${{ inputs.tag }}"' -i chart/values.yaml
yq eval '.image.longhorn.manager.tag = "${{ inputs.tag }}"' -i chart/values.yaml
yq eval '.image.longhorn.ui.tag = "${{ inputs.tag }}"' -i chart/values.yaml
yq eval '.image.longhorn.instanceManager.tag = "${{ inputs.tag }}"' -i chart/values.yaml
yq eval '.image.longhorn.shareManager.tag = "${{ inputs.tag }}"' -i chart/values.yaml
yq eval '.image.longhorn.backingImageManager.tag = "${{ inputs.tag }}"' -i chart/values.yaml
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
Expand Down

0 comments on commit ce4579e

Please sign in to comment.