Skip to content

Commit

Permalink
test fail scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 5, 2023
1 parent 641b64c commit 436a21d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,8 @@ jobs:
push_success=1
docker push "${IMAGE_REF}" || push_success=0
# docker push "${IMAGE_REF}" || push_success=0
ls i_cause_push_success_to_become_0 || push_success=0
if [ $push_success -eq 1 ]; then
echo "Docker Image "${IMAGE_REF}" pushed to DockerHub!"
Expand Down

0 comments on commit 436a21d

Please sign in to comment.