File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7474 - name : Login Container Registry
7575 uses : docker/login-action@v3.0.0
7676 id : registry_login
77- if : github.event_name != 'pull_request'
77+ # if: github.event_name != 'pull_request'
7878 with :
7979 registry : ${{ inputs.registry_uri }}
8080 username : ${{ secrets.USER_NAME }}
@@ -101,7 +101,7 @@ jobs:
101101 with :
102102 context : ${{ inputs.working_directory }}
103103 file : ${{ inputs.working_directory }}/Dockerfile
104- push : ${{ github.event_name != 'pull_request' }}
104+ push : true # ${{ github.event_name != 'pull_request' }}
105105 tags : ${{ steps.metadata.outputs.tags }}
106106 labels : ${{ steps.metadata.outputs.labels }}
107107 cache-from : type=gha
Original file line number Diff line number Diff line change 44
55# azure-identity~=1.13.0
66azure-functions ~= 1.17.0
7- fastapi ~= 0.106.0
7+ fastapi ~= 0.104.1
88pydantic-settings ~= 2.1.0
99aiohttp ~= 3.9.1
1010opentelemetry-instrumentation-fastapi == 0.43b0
You can’t perform that action at this time.
0 commit comments