ci: Fix to download the docker image from current run in case run id is not provided (#23903)

## Description
- Fix to download the docker image from current run in case run id is
not provided
#### Type of change
- Workflow changes
## Testing
>
#### How Has This Been Tested?
- Workflow runs
This commit is contained in:
Saroj 2023-05-31 12:55:26 +05:30 committed by GitHub
parent d595eabf8a
commit a8e305db92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ jobs:
# In case of run-id is 0 download the artifact from the current run
- name: Download Docker image artifact
if: inputs.previous-workflow-run-id != 0
if: inputs.previous-workflow-run-id == 0
uses: actions/download-artifact@v3
with:
name: cicontainer