Skip to content

Commit

Permalink
use latest tag to run version check
Browse files Browse the repository at this point in the history
  • Loading branch information
afirth committed Sep 9, 2020
1 parent d447232 commit 749e5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kustomize/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:
- .

- # Verify kustomize has been built correctly
name: "gcr.io/$PROJECT_ID/kustomize"
name: "gcr.io/$PROJECT_ID/kustomize:${_LATEST_TAG}"
entrypoint: "kustomize"
args:
- version
Expand Down

0 comments on commit 749e5bc

Please sign in to comment.