Skip to content

Commit

Permalink
fix api build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesthl committed Oct 14, 2023
1 parent e01046f commit 5fbed4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Go to apps/api
run: cd apps/api

# If merge event triggered this, get the name of the branch
- name: Get branch name (merge)
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -71,7 +74,7 @@ jobs:
- name: 'Build and push image'
uses: docker/build-push-action@v3
with:
file: './apps/api/Dockerfile'
file: 'Dockerfile'
context: '.'
platforms: linux/amd64
push: true
Expand Down

0 comments on commit 5fbed4b

Please sign in to comment.