mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-08-25 09:27:36 +00:00
adding new quay repo
This commit is contained in:
committed by
Naga Ravi Chaitanya Elluri
parent
dad4039f27
commit
c1fb82e245
@@ -18,12 +18,12 @@ jobs:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
- name: Build the Docker images
|
||||
run: docker build --no-cache -t quay.io/openshift-scale/kraken containers/
|
||||
run: docker build --no-cache -t quay.io/chaos-kubox/krkn containers/
|
||||
- name: Push the Docker images
|
||||
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
|
||||
run: docker push quay.io/openshift-scale/kraken
|
||||
run: docker push quay.io/chaos-kubox/krkn
|
||||
- name: Remove Image
|
||||
run: docker rmi -f quay.io/openshift-scale/kraken | exit 0
|
||||
run: docker rmi -f quay.io/chaos-kubox/krkn | exit 0
|
||||
- name: Build Kraken-hub Image
|
||||
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
|
||||
uses: convictional/trigger-workflow-and-wait@v1.5.0
|
||||
|
||||
Reference in New Issue
Block a user