Skip to content

Commit

Permalink
move docker testing image into a support folder
Browse files Browse the repository at this point in the history
It may be good to separate the Docker test resources into a `support`
folder over `tests`. This can avoid any Python packaging issues when
its looking to capture test data for source builds, and makes life
easier in CI scripts for allow-listing folders specific to extension
building versus other actions (i.e. Docker container building).

Signed-off-by: James Knight <james.d.knight@live.com>
  • Loading branch information
jdknight committed Apr 7, 2024
1 parent 5867e04 commit 9bf27d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./tests/docker/Dockerfile
file: ./support/docker/Dockerfile
build-args: |
BUILD_MODE=local
push: ${{ github.event_name != 'pull_request' }}
Expand Down
File renamed without changes.

0 comments on commit 9bf27d0

Please sign in to comment.