From 1ecb598e2465a7767735f15a62553ae061c573e0 Mon Sep 17 00:00:00 2001 From: Olojakpoke Daniel Date: Tue, 8 Oct 2024 17:27:23 +0100 Subject: [PATCH] fix: actions artifact --- .github/workflows/treetracker-wallet-api-build-deploy-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/treetracker-wallet-api-build-deploy-dev.yml b/.github/workflows/treetracker-wallet-api-build-deploy-dev.yml index e19d593a..09fb6574 100644 --- a/.github/workflows/treetracker-wallet-api-build-deploy-dev.yml +++ b/.github/workflows/treetracker-wallet-api-build-deploy-dev.yml @@ -96,7 +96,7 @@ jobs: - name: Set image tag name id: image-tag-name run: | - value=`cat image-tag-${{github.sha}}/image-tag` + value=`cat image-tag` echo "::set-output name=image-tag-name::$value" - name: Install kustomize