Skip to content

Commit 0118959

Browse files
committed
Fix buildx cache paths
1 parent 456b1b6 commit 0118959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ DOCKER_LATEST_TAG ?= latest
66

77
build:
88
docker buildx build \
9-
--cache-from type=local,src=/tmp/.buildx-$(BRANCH_NAME)-fluxcd-suspend-notifier-cache \
10-
--cache-to type=local,mode=max,dest=/tmp/.buildx-$(BRANCH_NAME)-fluxcd-suspend-notifier-cache \
9+
--cache-from type=local,src=/tmp/.buildx-$(BRANCH_NAME)-cache \
10+
--cache-to type=local,mode=max,dest=/tmp/.buildx-$(BRANCH_NAME)-cache \
1111
--provenance mode=min,inline-only=true \
1212
--tag $(DOCKER_REPOSITORY)/fluxcd-suspend-notifier:$(GIT_HASH) \
1313
--tag $(DOCKER_REPOSITORY)/fluxcd-suspend-notifier:$(DOCKER_LATEST_TAG) \

0 commit comments

Comments
 (0)