Skip to content

Commit

Permalink
ci: update cloudbuild-release.yaml to use the image that was built in…
Browse files Browse the repository at this point in the history
…stead of latest
  • Loading branch information
Darien Lin committed Dec 10, 2024
1 parent 8539781 commit c51e84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/cloudbuild-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ steps:
- 'GCP_PROJECT=$PROJECT_ID'

# Check that skaffold is in the image
- name: 'gcr.io/$PROJECT_ID/skaffold:latest'
- name: 'gcr.io/$PROJECT_ID/skaffold:$TAG_NAME'
args:
- 'skaffold'
- 'version'
Expand Down

0 comments on commit c51e84a

Please sign in to comment.