We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43eb19a commit 4eb7e1bCopy full SHA for 4eb7e1b
.github/workflows/docker-github-dev-build.yml
@@ -25,11 +25,11 @@ jobs:
25
include:
26
- dockerfile: ./containers/python-apps-base/Dockerfile
27
context: ./containers/python-apps-base
28
- image: ghcr.io/bcmi-labs/app-bricks/python-apps-base
+ image: ghcr.io/${{ github.repository_owner }}/app-bricks/python-apps-base
29
build_python_package: true
30
- dockerfile: ./containers/ei-models-runner/Dockerfile
31
context: ./containers/ei-models-runner
32
- image: ghcr.io/bcmi-labs/app-bricks/ei-models-runner
+ image: ghcr.io/${{ github.repository_owner }}/app-bricks/ei-models-runner
33
build_python_package: false
34
max-parallel: 2
35
0 commit comments