Skip to content

Commit

Permalink
return true for command
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-qa007 committed Jan 15, 2025
1 parent 32c39fb commit 0a2d970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_call:
inputs:
pr:
description: "This is the PR number in case the workflow is being called in a pull request- sample"
description: "This is the PR number in case the workflow is being called in a pull request"
required: false
type: number

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
docker image ls --all --no-trunc --format '{{.Repository}},{{.ID}}' \
| grep -v cicontainer \
| cut -d, -f2 \
| xargs -r docker rmi
| xargs -r docker rmi || true
docker save cicontainer -o cicontainer.tar
gzip cicontainer.tar
Expand Down

0 comments on commit 0a2d970

Please sign in to comment.