Commit f490b3d 1 parent 2175277 commit f490b3d Copy full SHA for f490b3d
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
23
23
uses : docker/login-action@v2
24
24
with :
25
25
registry : https://craigsdevcontainers.azurecr.io/
26
- username : ${{ secrets.AzureAppService_ContainerUsername_be14b0d1f2034d489bd7fa18b3ff4250 }}
27
- password : ${{ secrets.AzureAppService_ContainerPassword_5210b9d0d1e4497888eed0e6a966a0d3 }}
26
+ username : ${{ secrets.AzureAppService_ContainerUsername_0830216457ca45f2a53fa9c32f866b60 }}
27
+ password : ${{ secrets.AzureAppService_ContainerPassword_a70c465530a44e2f838a74ed11157d83 }}
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 : craigsdevcontainers.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_be14b0d1f2034d489bd7fa18b3ff4250 }}/gitgudissues:latest
33
+ tags : craigsdevcontainers.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_0830216457ca45f2a53fa9c32f866b60 }}/gitgudissues:${{ github.sha }}
34
34
file : ./Dockerfile
35
35
36
36
deploy :
47
47
with :
48
48
app-name : ' gitgudissues'
49
49
slot-name : ' production'
50
- publish-profile : ${{ secrets.AzureAppService_PublishProfile_3518f3c1cc4f45338ce722d932f1f946 }}
51
- images : ' craigsdevcontainers.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_be14b0d1f2034d489bd7fa18b3ff4250 }}/gitgudissues:latest '
50
+ publish-profile : ${{ secrets.AzureAppService_PublishProfile_7a968d463d734de9814ebd47b177caf0 }}
51
+ images : ' craigsdevcontainers.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_0830216457ca45f2a53fa9c32f866b60 }}/gitgudissues:${{ github.sha }} '
You can’t perform that action at this time.
0 commit comments