Skip to content

Commit 9eea724

Browse files
testing automation flow
1 parent 5cc866c commit 9eea724

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)