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 2d15d70 commit 80299cbCopy full SHA for 80299cb
1 file changed
.github/workflows/zenml_postgres_build.yml
@@ -30,6 +30,6 @@ jobs:
30
build_target: cli
31
dockerfile: Dockerfile.cli
32
extra_build_args: ZENML_VERSION=${{ inputs.zenml_version }}
33
- image_tags: ghcr.io/${{ github.repository }}/cli:${{ inputs.zenml_version }}
+ image_tags: ghcr.io/${{ github.repository_owner }}/fair/cli:${{ inputs.zenml_version }}
34
# Disable dockerfile_scan else it flags usage of :latest image
35
scan_dockerfile: false
0 commit comments