We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370b6fa commit 40f5f84Copy full SHA for 40f5f84
1 file changed
.github/workflows/main.yml
@@ -35,7 +35,8 @@ jobs:
35
uses: docker/build-push-action@v7
36
with:
37
push: true
38
- file: "./Dockerfile.dev"
+ file: "./Dockerfile"
39
+ target: dev
40
tags: raystack/compass:dev
41
cache-from: type=gha
42
cache-to: type=gha,mode=max
0 commit comments