Skip to content

Commit

Permalink
added login to quay.io
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 9c869ee commit 6fa0c04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions transforms/.make.cicd.targets
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ 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 @@ -101,6 +102,7 @@ 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 6fa0c04

Please sign in to comment.