Skip to content

Commit 583ba88

Browse files
committed
Add or update the App Service deployment workflow configuration from Azure Portal.
1 parent 7d7921d commit 583ba88

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main_clearbot-dev.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ jobs:
1717
- uses: actions/checkout@v2
1818

1919
- name: Set up Docker Buildx
20-
uses: docker/setup-buildx-action@v1
20+
uses: docker/setup-buildx-action@v2
2121

2222
- name: Log in to registry
23-
uses: docker/login-action@v1
23+
uses: docker/login-action@v2
2424
with:
2525
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 }}
2828

2929
- name: Build and push container image to registry
30-
uses: docker/build-push-action@v2
30+
uses: docker/build-push-action@v3
3131
with:
3232
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 }}
3434
file: ./Dockerfile
3535

3636
deploy:
@@ -47,5 +47,5 @@ jobs:
4747
with:
4848
app-name: 'clearbot-dev'
4949
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 }}'

0 commit comments

Comments
 (0)