Skip to content

Commit

Permalink
ci: added Dockerfile path build job
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal committed Jun 13, 2024
1 parent 90bb48f commit c67327d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
- name: Run Docker buildx
run: |
docker buildx build \
-f src/bin/stack/Dockerfile \
--cache-to "type=local,dest=/tmp/.buildx-cache" \
--platform linux/amd64,linux/arm/v7 \
--platform linux/amd64 \
--tag "${{ secrets.DOCKER_HUB_USER }}/sphinx-swarm:${{ env.RELEASE_TAG }}" \
--tag "${{ secrets.DOCKER_HUB_USER }}/sphinx-swarm:latest" \
--output "type=registry" ./
--output "type=registry" ./

0 comments on commit c67327d

Please sign in to comment.