Skip to content

Commit

Permalink
pass OPERATOR_QUAY_TAG to container-multi-arch-push-kiali-operator-quay
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Dec 4, 2020
1 parent 09ea8e9 commit 068c190
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/jenkins-ci/Makefile.operator.jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ ifdef QUAY_PASSWORD
@docker login -u "$(QUAY_USER)" -p "$(QUAY_PASSWORD)" quay.io
endif
endif
QUAY_OPERATOR_TAG="$(QUAY_OPERATOR_TAG)" \
OPERATOR_QUAY_NAME="$(QUAY_OPERATOR_NAME)" \
OPERATOR_QUAY_TAG="$(QUAY_OPERATOR_TAG)" \
$(MAKE) -e DOCKER_CLI_EXPERIMENTAL=enabled container-multi-arch-push-kiali-operator-quay

operator-push-version-tag:
Expand Down

0 comments on commit 068c190

Please sign in to comment.