Skip to content

Commit

Permalink
single quote image val
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyriakos Akriotis committed Jul 11, 2024
1 parent 15b5b0e commit 8138e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Update Charts and Commit Changes
id: update_charts
env:
image: ${{ secrets.DOCKERHUB_USERNAME }}/${{ vars.IMG_NAME }}
image: '${{ secrets.DOCKERHUB_USERNAME }}/${{ vars.IMG_NAME }}'
run: |
# docusaurus
sed -i 's/^version: .*/version: ${{ vars.APP_VERSION }}.${{github.run_number}}/' ./charts/docusaurus/Chart.yaml
Expand Down

0 comments on commit 8138e5d

Please sign in to comment.