Skip to content

Commit

Permalink
feat: dockerize api
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhil56x authored Jan 14, 2024
1 parent 265cec0 commit 63f0a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build Docker image
run: docker build -t keyshade/keyshade-web:latest -f Dockerfile-web .
run: docker build -t keyshade/keyshade-web:latest -f ./apps/web/Dockerfile .

- name: Push Docker image
run: docker push keyshade/keyshade-web
Expand Down

0 comments on commit 63f0a27

Please sign in to comment.