Skip to content

Commit 62ecc87

Browse files
authored
Update Processors_CI_CD_Workflow.yaml
Signed-off-by: rapkalya <74697698+rapkalya@users.noreply.github.com>
1 parent 21dae3e commit 62ecc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Processors_CI_CD_Workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
if: ${{ github.event.inputs.processor == 'all' || github.event.inputs.processor == 'scm-processor' }}
210210
run: |
211211
docker login $ACR_LOGIN_SERVER --username ${{ secrets.SPEEDTOOLS_ACR_USERNAME }} --password ${{ secrets.SPEEDTOOLS_ACR_PASSWORD }}
212-
docker build -t $ACR_LOGIN_SERVER/$SCM_IMAGE_NAME:$IMAGE_TAG -f knowhow-scm-processor/Dockerfile .
212+
docker build -t $ACR_LOGIN_SERVER/$SCM_IMAGE_NAME:$IMAGE_TAG knowhow-scm-processor/.
213213
docker push $ACR_LOGIN_SERVER/$SCM_IMAGE_NAME:$IMAGE_TAG
214214
echo "IMAGE_TAG=$IMAGE_TAG" >> $GITHUB_ENV
215215

0 commit comments

Comments
 (0)