We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf2048 commit 592ee86Copy full SHA for 592ee86
.github/workflows/docker_image_build.yml
@@ -23,6 +23,8 @@ jobs:
23
pytest:
24
uses: hotosm/gh-workflows/.github/workflows/test_pytest.yml@main
25
with:
26
+ build_context: .
27
+ build_dockerfile: ${{ github.event_name == 'pull_request' && './Dockerfile.dev' || './Dockerfile.prod' }}
28
image_name: ghcr.io/${{ github.repository }}/backend
29
extra_build_args: |
30
COMMIT_REF=${{ github.sha }}
0 commit comments