forked from krkn-chaos/cerberus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding krkn-chaos org (krkn-chaos#212)
* adding krkn-chaos org Signed-off-by: Paige Rubendall <[email protected]> * updating docker image Signed-off-by: Paige Rubendall <[email protected]> --------- Signed-off-by: Paige Rubendall <[email protected]>
- Loading branch information
1 parent
3d28498
commit 1af5cbe
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,15 +15,15 @@ jobs: | |
- name: Check out code | ||
uses: actions/checkout@master | ||
- name: Build the Docker images | ||
run: docker build --no-cache -t quay.io/redhat-chaos/cerberus containers/ | ||
run: docker build --no-cache -t quay.io/krkn-chaos/cerberus containers/ | ||
- name: Push the Docker images | ||
run: docker push quay.io/redhat-chaos/cerberus | ||
run: docker push quay.io/krkn-chaos/cerberus | ||
- name: Remove Image | ||
run: docker rmi -f quay.io/redhat-chaos/cerberus | exit 0 | ||
run: docker rmi -f quay.io/krkn-chaos/cerberus | exit 0 | ||
- name: Build Kraken-hub Image | ||
uses: convictional/[email protected] | ||
with: | ||
owner: redhat-chaos | ||
owner: krkn-chaos | ||
repo: krkn-hub | ||
github_token: ${{ secrets.G_ACCESS_TOKEN }} | ||
workflow_file_name: docker-image.yml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters