diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c09ba7..20c9148 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: # extract-git-tag: true github-token: ${{ secrets.GITHUB_TOKEN }} image-name: genuuid - image-tag: ${{ secrets.IMAGE_TAG }} + image-tag: ${{ env.IMAGE_TAG }} # Deploy to Google Cloud Artifact Registry & Cloud Run - id: auth uses: google-github-actions/auth@v2