File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,15 @@ jobs:
23
23
uses : docker/login-action@v2
24
24
with :
25
25
registry : https://githubreposecretscr.azurecr.io/
26
- username : ${{ secrets.AzureAppService_ContainerUsername_3aa392e9684d40e3b398c71b1d26b6e2 }}
27
- password : ${{ secrets.AzureAppService_ContainerPassword_223edf3cf9104425b323d1d0d06d998e }}
26
+ username : ${{ secrets.AzureAppService_ContainerUsername_3bd8118989fb417d9ddf8b75d7734472 }}
27
+ password : ${{ secrets.AzureAppService_ContainerPassword_ebfa87abfc71409ebf826ecc491e021b }}
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 : githubreposecretscr.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_3aa392e9684d40e3b398c71b1d26b6e2 }}/githubreposecrets:${{ github.sha }}
34
- file : ./src/Dockerfile
35
- context : ./src
33
+ tags : githubreposecretscr.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_3bd8118989fb417d9ddf8b75d7734472 }}/githubreposecretscr/githubreposecrets:${{ github.sha }}
34
+ file : ./Dockerfile
36
35
37
36
deploy :
38
37
runs-on : ubuntu-latest
48
47
with :
49
48
app-name : ' githubreposecretsapp'
50
49
slot-name : ' production'
51
- publish-profile : ${{ secrets.AzureAppService_PublishProfile_9eed1e88bdaa469cbcea66a3101a2894 }}
52
- images : ' githubreposecretscr.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_3aa392e9684d40e3b398c71b1d26b6e2 }}/githubreposecrets:${{ github.sha }}'
50
+ publish-profile : ${{ secrets.AzureAppService_PublishProfile_c605cf7f796042bd9fdb21125b6b4435 }}
51
+ images : ' githubreposecretscr.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_3bd8118989fb417d9ddf8b75d7734472 }}/githubreposecretscr /githubreposecrets:${{ github.sha }}'
You can’t perform that action at this time.
0 commit comments