File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,20 @@ jobs:
17
17
- uses : actions/checkout@v2
18
18
19
19
- name : Set up Docker Buildx
20
- uses : docker/setup-buildx-action@v1
20
+ uses : docker/setup-buildx-action@v2
21
21
22
22
- name : Log in to registry
23
- uses : docker/login-action@v1
23
+ uses : docker/login-action@v2
24
24
with :
25
25
registry : https://index.docker.io/v1/
26
- username : ${{ secrets.AzureAppService_ContainerUsername_4859b1e6e5ac4fd89ad86806787f8ad4 }}
27
- password : ${{ secrets.AzureAppService_ContainerPassword_8719389cbbdf4b768c5e0b40e2bfc9a7 }}
26
+ username : ${{ secrets.AzureAppService_ContainerUsername_e92f8924ef324187b964e275170db0ba }}
27
+ password : ${{ secrets.AzureAppService_ContainerPassword_6e33385ff10a466cbeab9c9dc3a2298b }}
28
28
29
29
- name : Build and push container image to registry
30
- uses : docker/build-push-action@v2
30
+ uses : docker/build-push-action@v3
31
31
with :
32
32
push : true
33
- tags : index.docker.io/${{ secrets.AzureAppService_ContainerUsername_4859b1e6e5ac4fd89ad86806787f8ad4 }}/clearbot:${{ github.sha }}
33
+ tags : index.docker.io/${{ secrets.AzureAppService_ContainerUsername_e92f8924ef324187b964e275170db0ba }}/drmohundro /clearbot:${{ github.sha }}
34
34
file : ./Dockerfile
35
35
36
36
deploy :
47
47
with :
48
48
app-name : ' clearbot-dev'
49
49
slot-name : ' production'
50
- publish-profile : ${{ secrets.AzureAppService_PublishProfile_1a9e2a5fbe894b1fa935b180276bc0bd }}
51
- images : ' index.docker.io/${{ secrets.AzureAppService_ContainerUsername_4859b1e6e5ac4fd89ad86806787f8ad4 }}/clearbot:${{ github.sha }}'
50
+ publish-profile : ${{ secrets.AzureAppService_PublishProfile_042f4c3456b8442c9eca755a5c3eac19 }}
51
+ images : ' index.docker.io/${{ secrets.AzureAppService_ContainerUsername_e92f8924ef324187b964e275170db0ba }}/drmohundro /clearbot:${{ github.sha }}'
You can’t perform that action at this time.
0 commit comments