Skip to content

Commit

Permalink
Fix: Push the correct image for chaos-ci-lib (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: udit <[email protected]>
  • Loading branch information
uditgaurav authored Jul 20, 2021
1 parent 1b2c0e3 commit af07034
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ jobs:
- name: Build Docker Image
env:
DOCKER_REPO: ${{ env.REPONAME }}
DOCKER_IMAGE: go-runner
DOCKER_IMAGE: ${{ env.IMAGENAME }}
DOCKER_TAG: ${{ env.IMAGETAG }}
run: |
make build
- name: Push Docker Image
env:
DOCKER_REPO: ${{ env.REPONAME }}
DOCKER_IMAGE: go-runner
DOCKER_IMAGE: ${{ env.IMAGENAME }}
DOCKER_TAG: ${{ env.IMAGETAG }}
run: |
make push
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-e2e-on-pr-commits.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: E2E-chaos-ci-lib
on:
workflow_dispatch:
pull_request:
branches: [master]
types: [opened, synchronize, reopened]
Expand Down

0 comments on commit af07034

Please sign in to comment.