Skip to content

Commit 4eb7e1b

Browse files
committed
Fix image pointers for development gitflow
1 parent 43eb19a commit 4eb7e1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-github-dev-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
include:
2626
- dockerfile: ./containers/python-apps-base/Dockerfile
2727
context: ./containers/python-apps-base
28-
image: ghcr.io/bcmi-labs/app-bricks/python-apps-base
28+
image: ghcr.io/${{ github.repository_owner }}/app-bricks/python-apps-base
2929
build_python_package: true
3030
- dockerfile: ./containers/ei-models-runner/Dockerfile
3131
context: ./containers/ei-models-runner
32-
image: ghcr.io/bcmi-labs/app-bricks/ei-models-runner
32+
image: ghcr.io/${{ github.repository_owner }}/app-bricks/ei-models-runner
3333
build_python_package: false
3434
max-parallel: 2
3535

0 commit comments

Comments
 (0)