Skip to content

Commit

Permalink
chore: disable edge image scanning (#8942)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzzzzzzz authored Jul 17, 2023
1 parent 453b101 commit f738766
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ release-build:
-f deploy/skaffold/Dockerfile \
--target release \
-t gcr.io/$(GCP_PROJECT)/skaffold:edge \
-t gcr.io/$(GCP_PROJECT)/skaffold:public-image-edge \
-t gcr.io/$(GCP_PROJECT)/skaffold:$(COMMIT) \
.

Expand Down
1 change: 0 additions & 1 deletion deploy/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ steps:
images:
- 'gcr.io/$PROJECT_ID/build_deps:latest'
- 'gcr.io/$PROJECT_ID/skaffold:edge'
- 'gcr.io/$PROJECT_ID/skaffold:public-image-edge'
- 'gcr.io/$PROJECT_ID/skaffold:$COMMIT_SHA'
- 'us-east1-docker.pkg.dev/$PROJECT_ID/scanning/skaffold:edge'

Expand Down

0 comments on commit f738766

Please sign in to comment.