From 3d4be9e356d127e94e0465e16f5a86a4a6d5d141 Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Fri, 12 Feb 2021 19:54:26 +0200 Subject: [PATCH] Fix operator image name Signed-off-by: Anatolii Bazko --- .github/workflows/minishift-operator-update.yaml | 2 +- .github/workflows/minishift-operator.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/minishift-operator-update.yaml b/.github/workflows/minishift-operator-update.yaml index 268fcf26d1..4061d4abea 100644 --- a/.github/workflows/minishift-operator-update.yaml +++ b/.github/workflows/minishift-operator-update.yaml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v1 - name: Build Che operator image run: | - export OPERATOR_IMAGE=quay.io/eclipse/che-operator:test + export OPERATOR_IMAGE=test/che-operator:test # coreutils provides a readlink that supports `-f` brew install coreutils docker docker-machine diff --git a/.github/workflows/minishift-operator.yaml b/.github/workflows/minishift-operator.yaml index b4fc9b6beb..2b8aff6ed5 100644 --- a/.github/workflows/minishift-operator.yaml +++ b/.github/workflows/minishift-operator.yaml @@ -20,7 +20,7 @@ jobs: # All docker operations should be done in this step - name: Build Che operator image run: | - export OPERATOR_IMAGE=quay.io/eclipse/che-operator:test + export OPERATOR_IMAGE=test/che-operator:test # coreutils provides a readlink that supports `-f` brew install coreutils docker docker-machine