Update push.yml (#5136)

Signed-off-by: Vedant Shrotria <vedant.shrotria@harness.io>
This commit is contained in:
Vedant Shrotria 2025-05-21 17:16:04 +05:30 committed by GitHub
parent 944e9ca074
commit 89be587687
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -290,6 +290,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Downloading image artficate
uses: actions/download-artifact@v4
with:
name: env_artifact
path: chaoscenter
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1