Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ksobitov committed Nov 29, 2023
1 parent 72f6731 commit 554443f
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: ./client/
file: ./client/Dockerfile
context: client/
file: client/Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/multi-client:latest

0 comments on commit 554443f

Please sign in to comment.