Skip to content

Commit

Permalink
client path
Browse files Browse the repository at this point in the history
  • Loading branch information
ksobitov committed Nov 29, 2023
1 parent e57d5bd commit 7427ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v5
with:
context: .
file: ./client/Dockerfile
context: client
file: client/Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/multi-client:latest

0 comments on commit 7427ce1

Please sign in to comment.