Skip to content

Commit

Permalink
fix: Update action context and Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
ldamasio committed Sep 23, 2024
1 parent 99f5ad4 commit d8794f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
context: ./
file: ./docker/Dockerfile
- name: Build the Docker image
run: docker build -t ldamasio/msx-api:latest .
- name: Login to Docker Hub
Expand Down

0 comments on commit d8794f5

Please sign in to comment.