Skip to content

Commit

Permalink
testing automation flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant-Microsoft committed Jan 6, 2025
1 parent 5cc866c commit 9eea724
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,21 +138,19 @@ jobs:
echo "Building the container image..."
# Build the image
az acr build -r ${acr_name} -t ${backend_build_image_tag} ./agnext-biab-02
az acr build -r ${acr_name} -t ${backend_build_image_tag} ./src/backend
echo "Backend image build completed successfully."
frontend_container_app_name="macae-backend"
frontend_build_image_tag="frontend:latest"
echo "Building the container image..."
# Build the image
az acr build -r ${acr_name} -t ${frontend_build_image_tag} ./agnext-biab-02
az acr build -r ${acr_name} -t ${frontend_build_image_tag} ./src/frontend
echo "Frontend image build completed successfully."
# Add the new container to the website
Expand Down

0 comments on commit 9eea724

Please sign in to comment.