Skip to content

Commit

Permalink
clear testing of docker login
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <[email protected]>
  • Loading branch information
touma-I committed Dec 6, 2024
1 parent 3647ebc commit adaf78f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions transforms/.make.cicd.targets
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ test-image-spark:
$(MAKE) BUILD_SPECIFIC_RUNTIME=spark test-image

test-image:: .default.build-lib-wheel
$(DOCKER) login $(DOCKER_HOSTNAME) -u '$(DOCKER_REGISTRY_USER)' -p '$(DOCKER_REGISTRY_KEY)'
@if [ -z "$(BUILD_SPECIFIC_RUNTIME)" ] || [ "$(BUILD_SPECIFIC_RUNTIME)" == "python" ]; then \
if [ -e Dockerfile.python ]; then \
$(MAKE) DOCKER_FILE=Dockerfile.python \
Expand Down Expand Up @@ -102,7 +101,6 @@ image-spark:

image:: .default.build-lib-wheel
## Build all possible images unless a specific runtime is specified
$(DOCKER) login $(DOCKER_HOSTNAME) -u '$(DOCKER_REGISTRY_USER)' -p '$(DOCKER_REGISTRY_KEY)'
@if [ -z "$(BUILD_SPECIFIC_RUNTIME)" ] || [ "$(BUILD_SPECIFIC_RUNTIME)" == "python" ]; then \
if [ -e Dockerfile.python ]; then \
$(MAKE) DOCKER_FILE=Dockerfile.python \
Expand Down

0 comments on commit adaf78f

Please sign in to comment.