From 1973c9f0d02df9e01959e470bd4af3d17ddaf645 Mon Sep 17 00:00:00 2001 From: Asishkumar Date: Mon, 18 Nov 2024 21:05:22 +0530 Subject: [PATCH] Test 10 --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index ba7bf71..bae51e6 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -73,7 +73,7 @@ jobs: context: . file: ./Dockerfile push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/go-web-app:${{github.run_id}} + tags: ${{ secrets.DOCKERHUB_USERNAME }}/go-web-app:${{ github.run_id }} update-newtag-in-helm-chart: runs-on: ubuntu-latest