Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 51a51c8

Browse files
authored
Update image-publish.yml
1 parent c4318b2 commit 51a51c8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/image-publish.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ jobs:
5858
name: weaviate_data
5959
name_is_regexp: true
6060
skip_unpack: false
61-
if_no_artifact_found: ignore
61+
if_no_artifact_found: ignore
62+
- name: Debug downloaded artifact path
63+
run: |
64+
echo "Downloaded artifact path: ${{ steps.download-artifact.outputs.download-path }}"
65+
6266
- name: Build image for Linux
6367
id: image-build-linux
6468
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v5
@@ -72,4 +76,4 @@ jobs:
7276
cache-from: type=gha
7377
cache-to: type=gha,mode=max
7478
build-args: |
75-
${{ steps.download-artifact.outputs.download-path && format('WEAVIATE_DATA_PATH={}', steps.download-artifact.outputs.download-path) || '' }}
79+
WEAVIATE_DATA_PATH=${{ steps.download-artifact.outputs.download-path }}

0 commit comments

Comments
 (0)