Skip to content

Commit

Permalink
Update buildpush.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
argonaut0 committed Sep 6, 2023
1 parent e3b0af1 commit 69c6fb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/buildpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
push: true
tags: "$GCR_URL/$PROJECT_ID/$IMAGE:$GITHUB_SHA,$GCR_URL/$PROJECT_ID/$IMAGE:latest"
tags: |
$GCR_URL/$PROJECT_ID/$IMAGE:$GITHUB_SHA
$GCR_URL/$PROJECT_ID/$IMAGE:latest"

0 comments on commit 69c6fb9

Please sign in to comment.