From f1fd7fa11a889df0eba7ceca68dec0493666463f Mon Sep 17 00:00:00 2001 From: sahil-sagwekar2652 Date: Thu, 4 Jan 2024 15:22:01 +0530 Subject: [PATCH] update tag format --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 2c216ba..0df0ddf 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -28,4 +28,4 @@ jobs: # file: /flask_blog/Dockerfile context: https://github.com/sahil-sagwekar2652/Personal-blog-website.git#master:flask_blog push: true - tags: ${{ env.RELEASE_VERSION }} + tags: sahil-sagwekar2652/Personal-blog-website:${{ env.RELEASE_VERSION }}