We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e454ca8 commit 2487981Copy full SHA for 2487981
.github/workflows/build.yml
@@ -16,7 +16,7 @@ on:
16
17
env:
18
REGISTRY: ghcr.io
19
- IMAGE_NAME: reaslab/docker-python-uv
+ IMAGE_NAME: ${{ github.repository }}
20
21
jobs:
22
build:
0 commit comments