Skip to content

Commit 9f2adf3

Browse files
committed
chore: remove latest tagging from relase process
1 parent 92efa99 commit 9f2adf3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ release: $(BUILD_DIR)/VERSION
156156
--build-arg VERSION=$(VERSION) \
157157
-f deploy/skaffold/Dockerfile \
158158
--target release \
159-
-t gcr.io/$(GCP_PROJECT)/skaffold:latest \
160159
-t gcr.io/$(GCP_PROJECT)/skaffold:$(VERSION) \
161160
.
162161

deploy/cloudbuild-release.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ steps:
4545
- 'version'
4646

4747
images:
48-
- 'gcr.io/$PROJECT_ID/skaffold:latest'
4948
- 'gcr.io/$PROJECT_ID/skaffold:$TAG_NAME'
5049

5150
options:

0 commit comments

Comments
 (0)