File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
22
22
- name : Log in to registry
23
23
uses : docker/login-action@v2
24
24
with :
25
- registry : https://githubreposecrets .azurecr.io/
25
+ registry : https://githubreposecretscr .azurecr.io/
26
26
username : ${{ secrets.AzureAppService_ContainerUsername_3aa392e9684d40e3b398c71b1d26b6e2 }}
27
27
password : ${{ secrets.AzureAppService_ContainerPassword_223edf3cf9104425b323d1d0d06d998e }}
28
28
29
29
- name : Build and push container image to registry
30
30
uses : docker/build-push-action@v3
31
31
with :
32
32
push : true
33
- tags : githubreposecrets .azurecr.io/${{ secrets.AzureAppService_ContainerUsername_3aa392e9684d40e3b398c71b1d26b6e2 }}/githubreposecrets:${{ github.sha }}
33
+ tags : githubreposecretscr .azurecr.io/${{ secrets.AzureAppService_ContainerUsername_3aa392e9684d40e3b398c71b1d26b6e2 }}/githubreposecrets:${{ github.sha }}
34
34
file : ./src/Dockerfile
35
35
context : ./src
36
36
49
49
app-name : ' githubreposecretsapp'
50
50
slot-name : ' production'
51
51
publish-profile : ${{ secrets.AzureAppService_PublishProfile_9eed1e88bdaa469cbcea66a3101a2894 }}
52
- images : ' githubreposecrets .azurecr.io/${{ secrets.AzureAppService_ContainerUsername_3aa392e9684d40e3b398c71b1d26b6e2 }}/githubreposecrets:${{ github.sha }}'
52
+ images : ' githubreposecretscr .azurecr.io/${{ secrets.AzureAppService_ContainerUsername_3aa392e9684d40e3b398c71b1d26b6e2 }}/githubreposecrets:${{ github.sha }}'
You can’t perform that action at this time.
0 commit comments