Skip to content

Commit 80299cb

Browse files
committed
ci: fully fix the zenml fair-cli workflow image tagging
1 parent 2d15d70 commit 80299cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/zenml_postgres_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
build_target: cli
3131
dockerfile: Dockerfile.cli
3232
extra_build_args: ZENML_VERSION=${{ inputs.zenml_version }}
33-
image_tags: ghcr.io/${{ github.repository }}/cli:${{ inputs.zenml_version }}
33+
image_tags: ghcr.io/${{ github.repository_owner }}/fair/cli:${{ inputs.zenml_version }}
3434
# Disable dockerfile_scan else it flags usage of :latest image
3535
scan_dockerfile: false

0 commit comments

Comments
 (0)