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 619501d commit 6a2d446
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 @@ -21,7 +21,7 @@ jobs:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- run: |
ls -la && pwd
cd ./src/poi && pwd
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 }}
Expand Down

0 comments on commit 6a2d446

Please sign in to comment.