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