File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -138,21 +138,19 @@ jobs:
138138
139139 echo "Building the container image..."
140140 # Build the image
141- az acr build -r ${acr_name} -t ${backend_build_image_tag} ./agnext-biab-02
141+ az acr build -r ${acr_name} -t ${backend_build_image_tag} ./src/backend
142142 echo "Backend image build completed successfully."
143143
144144 frontend_container_app_name="macae-backend"
145145 frontend_build_image_tag="frontend:latest"
146146
147147 echo "Building the container image..."
148148 # Build the image
149- az acr build -r ${acr_name} -t ${frontend_build_image_tag} ./agnext-biab-02
149+ az acr build -r ${acr_name} -t ${frontend_build_image_tag} ./src/frontend
150150 echo "Frontend image build completed successfully."
151151
152152 # Add the new container to the website
153153
154-
155-
156154
157155
158156
You can’t perform that action at this time.
0 commit comments