Skip to content

Commit

Permalink
Fix docker name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Dedden committed Feb 23, 2024
1 parent 92dcf3f commit 28f9c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build:
variables:
TAG: $CI_COMMIT_TAG
HARBOR_REGISTRY_PROJECT: research
DOCKER_IMAGE: ${HARBOR_REGISTRY}/research/${CI_PROJECT_NAME}
DOCKER_IMAGE: ${HARBOR_REGISTRY}/research/dask-kubernetes-operator
BUILDKIT_IMAGE: ${DOCKER_IMAGE}:${TAG}
BUILDKIT_DOCKERFILE_DIR: dask_kubernetes/operator/deployment
BUILDKIT_DOCKERFILE_NAME: Dockerfile

0 comments on commit 28f9c66

Please sign in to comment.