Skip to content

Commit a407908

Browse files
committed
ci: added Dockerfile path build job
1 parent 90bb48f commit a407908

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ jobs:
4949
- name: Run Docker buildx
5050
run: |
5151
docker buildx build \
52+
-f src/bin/stack/Dockerfile \
5253
--cache-to "type=local,dest=/tmp/.buildx-cache" \
5354
--platform linux/amd64,linux/arm/v7 \
5455
--tag "${{ secrets.DOCKER_HUB_USER }}/sphinx-swarm:${{ env.RELEASE_TAG }}" \
5556
--tag "${{ secrets.DOCKER_HUB_USER }}/sphinx-swarm:latest" \
56-
--output "type=registry" ./
57+
--output "type=registry" ./

0 commit comments

Comments
 (0)