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

Commit 7ec70f1

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/image-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959
name_is_regexp: true
6060
skip_unpack: false
6161
if_no_artifact_found: ignore
62-
- name: Debug downloaded artifact path
62+
- name: Debug artifact extraction
6363
run: |
64-
echo "Downloaded artifact path: ${{ steps.download-artifact.outputs.download-path }}"
65-
64+
echo "Listing extracted files:"
65+
ls -l ./weaviate_data
6666
- name: Build image for Linux
6767
id: image-build-linux
6868
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v5
@@ -76,4 +76,4 @@ jobs:
7676
cache-from: type=gha
7777
cache-to: type=gha,mode=max
7878
build-args: |
79-
WEAVIATE_DATA_PATH=${{ steps.download-artifact.outputs.download-path }}
79+
WEAVIATE_DATA_PATH=./weaviate_data

0 commit comments

Comments
 (0)