Skip to content

Commit 432086e

Browse files
committed
Prepend registry name to image
1 parent cafe03a commit 432086e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
conanrun:
4343
runs-on: ubuntu-24.04
4444
container:
45-
image: sindiesel/cpp_ubuntu_22.0.20
45+
image: docker.io/sindiesel/cpp_ubuntu_22.0.20
4646
volumes:
4747
- ${GITHUB_WORKSPACE}:${GITHUB_WORKSPACE}
4848
steps:

0 commit comments

Comments
 (0)