Skip to content

Commit 2d15d70

Browse files
committed
ci: fAIr repo name must be lowercase in image builds
1 parent e9a4b37 commit 2d15d70

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
@@ -26,7 +26,7 @@ jobs:
2626
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@3.6.0
2727
with:
2828
context: infra/zenml
29-
image_name: ghcr.io/${{ github.repository }}/cli
29+
image_name: ghcr.io/${{ github.repository_owner }}/fair/cli
3030
build_target: cli
3131
dockerfile: Dockerfile.cli
3232
extra_build_args: ZENML_VERSION=${{ inputs.zenml_version }}

0 commit comments

Comments
 (0)