Skip to content

Commit

Permalink
Restore env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 7, 2024
1 parent e534673 commit c449dc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
runs-on: ubuntu-latest
env:
IMAGE_NAME: tna-python
# DOCKER_CONTEXT: docker/tna-python
# BASE_IMAGE: ghcr.io/nationalarchives/tna-python
# USER_IMAGE: app
DOCKER_CONTEXT: docker/tna-python
BASE_IMAGE: ghcr.io/nationalarchives/tna-python
USER_IMAGE: app
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c449dc2

Please sign in to comment.