Skip to content

Commit 785f152

Browse files
committed
Add path to Dockerfile in Docker build GitHub Action workflow.
1 parent 00f5766 commit 785f152

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: docker/build-push-action@v4
5050
with:
5151
context: .
52+
file: ./docker/solid.Dockerfile
5253
platforms: linux/amd64,linux/arm64
5354
push: true
5455
tags: "ghcr.io/${{ github.repository }}:${{ env.TAG }}"

0 commit comments

Comments
 (0)