Skip to content

Commit

Permalink
Fix operator image name
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Feb 12, 2021
1 parent 500409f commit 3d4be9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/minishift-operator-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minishift-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d4be9e

Please sign in to comment.