-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Paige Rubendall <[email protected]>
- Loading branch information
1 parent
00afe83
commit fb90c4c
Showing
1 changed file
with
4 additions
and
4 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 | ||
|