Skip to content

Commit

Permalink
Fix acr pipeline (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubramanianaks authored Dec 5, 2023
1 parent 10a361c commit 1d03092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acr-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
elif [ ${{ matrix.components}} == "devhostagent.restorationjob" ]; then
echo "tag=$MINDARO_DEVHOSTAGENT_RESTORATIONJOB_TAG" >> $GITHUB_ENV
else
echo "tag=$MINDARO_ROUTINGMANAGER_TAG" >> $GITHUB_ENV
echo "tag=stable" >> $GITHUB_ENV
fi
- name: Build and push for ${{ matrix.components }}
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 1d03092

Please sign in to comment.