Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KalinaLadnay authored Mar 24, 2021
1 parent 6a2d446 commit 9b0efcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
password: ${{ secrets.REGISTRY_PASSWORD }}
- run: |
cd ./src/poi && pwd
docker build -f ../../dockerfiles/Dockerfile_3 -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/poi:${{ github.sha }}
docker build --file ./../../dockerfiles/Dockerfile_3 -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/poi:${{ github.sha }}
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/poi:${{ github.sha }}
# service_principal: ${{ secrets.service_principal }}
# service_principal_password: ${{ secrets.service_principal_password }}
Expand Down

0 comments on commit 9b0efcf

Please sign in to comment.