File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
15
15
- name : Check out code
16
16
uses : actions/checkout@master
17
17
- name : Build the Docker images
18
- run : docker build --no-cache -t quay.io/redhat -chaos/cerberus containers/
18
+ run : docker build --no-cache -t quay.io/krkn -chaos/cerberus containers/
19
19
- name : Push the Docker images
20
- run : docker push quay.io/redhat -chaos/cerberus
20
+ run : docker push quay.io/krkn -chaos/cerberus
21
21
- name : Remove Image
22
- run : docker rmi -f quay.io/redhat -chaos/cerberus | exit 0
22
+ run : docker rmi -f quay.io/krkn -chaos/cerberus | exit 0
23
23
- name : Build Kraken-hub Image
24
24
uses :
convictional/[email protected]
25
25
with :
26
- owner : redhat -chaos
26
+ owner : krkn -chaos
27
27
repo : krkn-hub
28
28
github_token : ${{ secrets.G_ACCESS_TOKEN }}
29
29
workflow_file_name : docker-image.yml
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ COPY --from=origintests /usr/bin/kubectl /usr/bin/kubectl
15
15
# Install dependencies
16
16
RUN yum install -y git python39 python3-pip gcc python3-devel zlib-devel libjpeg-devel
17
17
18
- RUN git clone https://github.com/redhat -chaos/cerberus.git --branch v1.0.4 /root/cerberus && \
18
+ RUN git clone https://github.com/krkn -chaos/cerberus.git --branch v1.0.4 /root/cerberus && \
19
19
mkdir -p /root/.kube && cd /root/cerberus && pip3 install --upgrade pip && pip3 install -r requirements.txt
20
20
21
21
WORKDIR /root/cerberus
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN curl -L -o openshift-client-linux.tar.gz https://mirror.openshift.com/pub/op
18
18
RUN yum install -y git python36 python3-pip gcc libffi-devel python36-devel openssl-devel gcc-c++ make && \
19
19
pip3 install cython && \
20
20
pip3 install numpy && \
21
- git clone https://github.com/redhat -chaos/cerberus.git --branch v1.0.4 /root/cerberus && \
21
+ git clone https://github.com/krkn -chaos/cerberus.git --branch v1.0.4 /root/cerberus && \
22
22
mkdir -p /root/.kube && cd /root/cerberus && \
23
23
pip3 install -r requirements.txt && \
24
24
pip3 install setuptools==40.3.0 && \
You can’t perform that action at this time.
0 commit comments