Skip to content

Commit

Permalink
Adjust context
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Dec 4, 2024
1 parent d3d2f92 commit 5f245b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@ jobs:
with:
python-version: 3.12

# Build dockerfile in .github/build_and_publish.Dockerfile and publish to ghcr
- name: Build and push deployment image
uses: docker/build-push-action@v2
with:
context: .github
context: .
file: .github/build_and_publish.Dockerfile
push: true
tags: ghcr.io/policyengine/policyengine-us-data/build-and-publish:latest
Expand Down

0 comments on commit 5f245b9

Please sign in to comment.