Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
delemeator authored Aug 19, 2023
1 parent fdd9971 commit 8b0d600
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ az login --service-principal -u ${INPUT_SERVICE_PRINCIPAL} -p ${INPUT_SERVICE_PR
echo "Sending build job to ACR.."
echo "az acr build -r ${INPUT_REGISTRY} ${BUILD_ARGS} -f ${INPUT_DOCKERFILE} -t ${INPUT_REPOSITORY}${IMAGE_PART}:${INPUT_TAG} ${INPUT_FOLDER}"
cd ${INPUT_FOLDER}
ls
az acr build -r ${INPUT_REGISTRY} ${BUILD_ARGS} -f ${INPUT_DOCKERFILE} -t ${INPUT_REPOSITORY}${IMAGE_PART}:${INPUT_TAG} .

0 comments on commit 8b0d600

Please sign in to comment.