Skip to content

Commit

Permalink
changed build context of docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaven committed Apr 24, 2024
1 parent 361e005 commit adacc01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
name: Build and push API
uses: docker/build-push-action@v4
with:
context: ./api/
context: ./
file: ./api/Dockerfile
push: true
tags: nullchannel/eddington-api:${{ github.sha }}

0 comments on commit adacc01

Please sign in to comment.