Skip to content

Commit

Permalink
build: remove cache from docker.io
Browse files Browse the repository at this point in the history
Remove the `--cache-from` that source the latest base-builder images
from docker.io to ensure that we only use the just built image on
ghcr.io
  • Loading branch information
joverlee521 committed May 16, 2023
1 parent 7190f72 commit 997b702
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions devel/build
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ docker buildx build \
--builder "$builder" \
--platform "$platform" \
--build-arg GIT_REVISION \
--cache-from "$BUILDER_IMAGE:latest" \
--cache-from "$BUILDER_IMAGE:$tag" \
--cache-from "$FINAL_IMAGE:latest" \
--cache-from "$FINAL_IMAGE:$tag" \
--cache-from "$registry/$BUILDER_IMAGE:latest" \
Expand Down

0 comments on commit 997b702

Please sign in to comment.