Skip to content

Commit

Permalink
Update Docker context for staging image push
Browse files Browse the repository at this point in the history
  • Loading branch information
sayinmehmet47 committed May 7, 2024
1 parent 012bb9a commit 07e43dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Push staging image
uses: docker/build-push-action@v2
with:
context: .
context: ./client
push: true
tags: sayinmehmet47/client-kitapkurdu-1:staging.${{ github.event.inputs.version }}

Expand Down

0 comments on commit 07e43dd

Please sign in to comment.