We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456b1b6 commit 0118959Copy full SHA for 0118959
Makefile
@@ -6,8 +6,8 @@ DOCKER_LATEST_TAG ?= latest
6
7
build:
8
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 \
+ --cache-from type=local,src=/tmp/.buildx-$(BRANCH_NAME)-cache \
+ --cache-to type=local,mode=max,dest=/tmp/.buildx-$(BRANCH_NAME)-cache \
11
--provenance mode=min,inline-only=true \
12
--tag $(DOCKER_REPOSITORY)/fluxcd-suspend-notifier:$(GIT_HASH) \
13
--tag $(DOCKER_REPOSITORY)/fluxcd-suspend-notifier:$(DOCKER_LATEST_TAG) \
0 commit comments