We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f5766 commit 785f152Copy full SHA for 785f152
1 file changed
.github/workflows/docker-build-push.yml
@@ -49,6 +49,7 @@ jobs:
49
uses: docker/build-push-action@v4
50
with:
51
context: .
52
+ file: ./docker/solid.Dockerfile
53
platforms: linux/amd64,linux/arm64
54
push: true
55
tags: "ghcr.io/${{ github.repository }}:${{ env.TAG }}"
0 commit comments