File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- runs-on : ubuntu-22.04
11+ runs-on : ubuntu-latest
1212 steps :
1313 - name : checkout
1414 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 2222
2323jobs :
2424 push_to_registry :
25- runs-on : ubuntu-22.04
25+ runs-on : ubuntu-latest
2626 if : ${{ github.event.workflow_run.conclusion != 'failure' }}
2727 steps :
2828 # Checkout latest or specific tag
7979
8080 deploy_via_ssh :
8181 needs : push_to_registry
82- runs-on : ubuntu-22.04
82+ runs-on : ubuntu-latest
8383 if : ${{ github.event.workflow_run.conclusion != 'failure' }}
8484 steps :
8585 # Checkout latest or specific tag
Original file line number Diff line number Diff line change 11using BlazorDiffusion . ServiceInterface ;
22using Microsoft . AspNetCore . Identity ;
33using ServiceStack . Jobs ;
4- using ServiceStack . Messaging ;
54
65namespace BlazorDiffusion ;
76
You can’t perform that action at this time.
0 commit comments