Skip to content

Commit 1a8c065

Browse files
committed
Access environment variable in correct way
1 parent d5a1436 commit 1a8c065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
pull: true
3333
push: true
3434
tags: |
35-
$IMAGE:${{ github.sha }}
36-
$IMAGE:latest
35+
${{ env.IMAGE }}:${{ github.sha }}
36+
${{ env.IMAGE }}:latest
3737
target: production
3838
# Setup gcloud CLI
3939
- uses: google-github-actions/setup-gcloud@v0.2.0

0 commit comments

Comments
 (0)