Skip to content

Commit

Permalink
dockerfile bulundu
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyneperinc committed Nov 26, 2024
1 parent a4153cd commit 21d037c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- run: docker build -t ghcr.io/zeyneperinc/server:latest . -f ../../Dockerfile
- run: docker build -t ghcr.io/zeyneperinc/server:latest . -f /home/runner/work/mernexample-server/mernexample-server/Dockerfile
- run: docker push ghcr.io/zeyneperinc/server:latest

0 comments on commit 21d037c

Please sign in to comment.