Skip to content

Commit

Permalink
uupdate context of build and push. with updated context can remove fi…
Browse files Browse the repository at this point in the history
…le since default is {{context}}/dockerfile
  • Loading branch information
yuenmichelle1 committed Dec 4, 2023
1 parent b862986 commit c345b5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
- name: Build and push
uses: docker/[email protected]
with:
context: .
file: ./api/batch_processing/api_core/Dockerfile
context: api/batch_processing/api_core
push: true
tags: |
ghcr.io/zooniverse/camera-traps-api:latest
Expand Down

0 comments on commit c345b5b

Please sign in to comment.