We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c1e35 commit b011b58Copy full SHA for b011b58
1 file changed
.github/workflows/deploy_api.yml
@@ -123,7 +123,7 @@ jobs:
123
docker pull ghcr.io/${{ github.repository }}/abi:latest
124
docker tag ghcr.io/${{ github.repository }}/abi:latest abi:latest
125
126
- docker build -t streamlit-demo -f src/core/modules/__demo__/apps/streamlit/Dockerfile .
+ docker build -t streamlit-demo -f src/marketplace/modules/applications/__demo__/apps/streamlit/Dockerfile .
127
128
export URI=`naas-python registry get -n ${{ env.REGISTRY_NAME }} | grep -v 'URI' | awk '{print $3}'`
129
0 commit comments