Skip to content

Commit

Permalink
againmn
Browse files Browse the repository at this point in the history
  • Loading branch information
ksobitov committed Nov 29, 2023
1 parent edc83e6 commit dd70b51
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,8 +25,8 @@ jobs:
name: Build and push
uses: docker/build-push-action@v5
with:
context: complex
file: complex/client/Dockerfile
context: .
file: ./client/Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/multi-client:latest

0 comments on commit dd70b51

Please sign in to comment.