Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Dec 2, 2023
1 parent 847adcb commit 45709c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit 45709c9

Please sign in to comment.