Update push.yml (#5136)
Signed-off-by: Vedant Shrotria <vedant.shrotria@harness.io>
This commit is contained in:
parent
944e9ca074
commit
89be587687
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue