From 5f17552e9b2f15ff1e91fd9d3753eeb1e4c64ce1 Mon Sep 17 00:00:00 2001 From: Mehmet Ali Bekooglu Date: Thu, 29 Jun 2023 01:15:40 +0200 Subject: [PATCH] feat: Refactored tag for docker --- .github/workflows/reusable-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-deploy.yml b/.github/workflows/reusable-deploy.yml index 4fa81c0..9bbfaf6 100644 --- a/.github/workflows/reusable-deploy.yml +++ b/.github/workflows/reusable-deploy.yml @@ -49,7 +49,7 @@ jobs: push: true tags: | europe-west6-docker.pkg.dev/expanded-symbol-389711/helloworld/app-helloworld:latest - europe-west6-docker.pkg.dev/expanded-symbol-389711/helloworld/app-helloworld:${{ needs.release.outputs.new_release_version }} + europe-west6-docker.pkg.dev/expanded-symbol-389711/helloworld/app-helloworld:${{ steps.semantic.outputs.new_release_version }} deploy: name: Deploy To GCP runs-on: ubuntu-latest