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 a293bcb commit b969126Copy full SHA for b969126
Makefile
@@ -68,10 +68,11 @@ ifdef CI
68
docker buildx build \
69
-t ghcr.io/echohello-dev/transcribe-me:latest \
70
-t ghcr.io/echohello-dev/transcribe-me:$(VERSION) \
71
- --cache-from=type=gha,scope=image \
72
- --cache-to=type=gha,mode=max \
+ --cache-to "type=gha,mode=max" \
+ --cache-from type=gha \
73
--platform $(DOCKER_DEFAULT_PLATFORM) \
74
- --push .
+ --push \
75
+ .
76
else
77
docker compose build --push
78
endif
0 commit comments