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 9c53cde commit 4975c5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- run: |
docker build . -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/sampleapp:${{ github.sha }}
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/sampleapp:${{ github.sha }}
cd src/poi
docker build -f ../../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 }}
# tenant: ${{ secrets.tenant }}
Expand Down

0 comments on commit 4975c5b

Please sign in to comment.