Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 7, 2024
1 parent 6735871 commit 72b9560
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,14 @@ jobs:
id: build
uses: ./.github/actions/build
with:
image-name: ${{ env.IMAGE_NAME }}
base-image: ${{ env.BASE_IMAGE }}
docker-context: ${{ env.DOCKER_CONTEXT }}
user-image: ${{ env.USER_IMAGE }}
# image-name: ${{ env.IMAGE_NAME }}
# base-image: ${{ env.BASE_IMAGE }}
# docker-context: ${{ env.DOCKER_CONTEXT }}
# user-image: ${{ env.USER_IMAGE }}
image-name: tna-python
base-image: ghcr.io/nationalarchives/tna-python
docker-context: docker/tna-python
user-image: app
ignore-linting-rules: DL3002,DL3006
- name: Test Flask
uses: ./.github/actions/test
Expand Down

0 comments on commit 72b9560

Please sign in to comment.