diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 7d3d05ca..5dcf3b35 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -83,14 +83,14 @@ jobs: ghcr.io/${{ github.repository }}:${{ github.sha }} - name: Deploy to MST Azure Web App - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: ${{ vars.MST_AZURE_WEBAPP_NAME }} images: ghcr.io/${{ github.repository }}:${{ github.sha }} publish-profile: ${{ secrets.MST_AZURE_WEBAPP_PUBLISH_PROFILE }} - name: Deploy to SBMTD Azure Web App - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: ${{ vars.SBMTD_AZURE_WEBAPP_NAME }} images: ghcr.io/${{ github.repository }}:${{ github.sha }}