Skip to content

Commit 7b31906

Browse files
philippschroeppelionicsolutions
authored andcommitted
fix: remove explicit caching via registry bc there is only one build now
1 parent 216f2b8 commit 7b31906

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cloudbuild.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ steps:
3232
docker buildx build \
3333
--platform linux/amd64 \
3434
$TAGS \
35-
--cache-from type=registry,ref=us-docker.pkg.dev/$PROJECT_ID/nebulous/server:buildcache \
36-
--cache-to type=registry,ref=us-docker.pkg.dev/$PROJECT_ID/nebulous/server:buildcache,mode=max \
3735
--push \
3836
.
3937

0 commit comments

Comments
 (0)