Skip to content

Commit b011b58

Browse files
committed
fix: streamlit location in cicd
1 parent 04c1e35 commit b011b58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
docker pull ghcr.io/${{ github.repository }}/abi:latest
124124
docker tag ghcr.io/${{ github.repository }}/abi:latest abi:latest
125125
126-
docker build -t streamlit-demo -f src/core/modules/__demo__/apps/streamlit/Dockerfile .
126+
docker build -t streamlit-demo -f src/marketplace/modules/applications/__demo__/apps/streamlit/Dockerfile .
127127
128128
export URI=`naas-python registry get -n ${{ env.REGISTRY_NAME }} | grep -v 'URI' | awk '{print $3}'`
129129

0 commit comments

Comments
 (0)