Skip to content

Commit

Permalink
updating docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Paige Rubendall <[email protected]>
  • Loading branch information
paigerube14 committed Jan 23, 2024
1 parent 00afe83 commit fb90c4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb90c4c

Please sign in to comment.