Skip to content

Commit

Permalink
ci: correctly tag the latest release with the "latest" tag. (#9606)
Browse files Browse the repository at this point in the history
Co-authored-by: Darien Lin <[email protected]>
  • Loading branch information
Darien-Lin and Darien Lin authored Dec 11, 2024
1 parent 8539781 commit 433d614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ release: $(BUILD_DIR)/VERSION
-f deploy/skaffold/Dockerfile \
--target release \
-t gcr.io/$(GCP_PROJECT)/skaffold:$(VERSION) \
-t gcr.io/$(GCP_PROJECT)/skaffold:latest \
.

.PHONY: release-build
Expand Down
1 change: 1 addition & 0 deletions deploy/cloudbuild-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ steps:

images:
- 'gcr.io/$PROJECT_ID/skaffold:$TAG_NAME'
- 'gcr.io/$PROJECT_ID/skaffold:latest'

options:
machineType: 'N1_HIGHCPU_8'
Expand Down

0 comments on commit 433d614

Please sign in to comment.