Skip to content

Commit d9a8502

Browse files
authored
Merge pull request #89: Remove final image cache source from builder image
2 parents f74b89a + 9d4064f commit d9a8502

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

devel/build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ docker buildx build \
4949
--build-arg GIT_REVISION \
5050
--cache-from $BASE_BUILDER_IMAGE:latest \
5151
--cache-from $BASE_BUILDER_IMAGE:$tag \
52-
--cache-from $BASE_IMAGE:latest \
53-
--cache-from $BASE_IMAGE:$tag \
5452
--cache-to type=inline \
5553
--tag $BASE_BUILDER_IMAGE:$tag \
5654
--load \

0 commit comments

Comments
 (0)