From 8138e5dd9517c727e9fb73a22cd27b2ac0cca70e Mon Sep 17 00:00:00 2001 From: Kyriakos Akriotis Date: Thu, 11 Jul 2024 23:46:31 +0200 Subject: [PATCH] single quote image val --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a959c3730..200258eca 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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