Skip to content

Commit 89be587

Browse files
authored
Update push.yml (#5136)
Signed-off-by: Vedant Shrotria <[email protected]>
1 parent 944e9ca commit 89be587

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/push.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,12 @@ jobs:
290290
- name: Checkout code
291291
uses: actions/checkout@v4
292292

293+
- name: Downloading image artficate
294+
uses: actions/download-artifact@v4
295+
with:
296+
name: env_artifact
297+
path: chaoscenter
298+
293299
- name: Set up Docker Buildx
294300
id: buildx
295301
uses: docker/setup-buildx-action@v1

0 commit comments

Comments
 (0)