File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616jobs :
1717 version_in_container :
1818 name : Check versions in 'latest' image
19- runs-on : ubuntu-22 .04
19+ runs-on : ubuntu-24 .04
2020 outputs :
2121 currverhash : ${{ steps.current-version.outputs.currverhash }}
2222 steps :
2929
3030 latest_version :
3131 name : Check latest versions
32- runs-on : ubuntu-22 .04
32+ runs-on : ubuntu-24 .04
3333 outputs :
3434 latestverhash : ${{ steps.latest-version.outputs.latestverhash }}
3535 steps :
4949 display_versions :
5050 name : Display versions
5151 needs : [version_in_container, latest_version]
52- runs-on : ubuntu-22 .04
52+ runs-on : ubuntu-24 .04
5353 steps :
5454 - name : Display versions
5555 run : |
6161 name : Trigger deployment of image
6262 needs : [version_in_container, latest_version]
6363 if : ${{ needs.version_in_container.outputs.currverhash != needs.latest_version.outputs.latestverhash }}
64- runs-on : ubuntu-22 .04
64+ runs-on : ubuntu-24 .04
6565 env :
6666 WORKFLOW_AUTH_TOKEN : ${{ secrets.GH_PAT_KX1T }}
6767 WORKFLOW_REPO : sdr-enthusiasts/docker-tar1090
Original file line number Diff line number Diff line change 2626 if : |
2727 github.event_name == 'workflow_dispatch' &&
2828 github.event.inputs.reason != ''
29- runs-on : ubuntu-22 .04
29+ runs-on : ubuntu-24 .04
3030 steps :
3131 - name : Log dispatch reason
3232 env :
7171 trigger_build_sdr-enthusiasts_ultrafeeder :
7272 name : Trigger deploy of sdr-enthusiasts/docker-adsb-ultrafeeder
7373 needs : ["deploy", "deploy_with_telegraf"]
74- runs-on : ubuntu-22 .04
74+ runs-on : ubuntu-24 .04
7575 env :
7676 WORKFLOW_AUTH_TOKEN : ${{ secrets.GH_PAT_KX1T }}
7777 WORKFLOW_REPO : sdr-enthusiasts/docker-adsb-ultrafeeder
Original file line number Diff line number Diff line change 3030 if : |
3131 github.event_name == 'workflow_dispatch' &&
3232 github.event.inputs.reason != ''
33- runs-on : ubuntu-22 .04
33+ runs-on : ubuntu-24 .04
3434 steps :
3535 - name : Log dispatch reason
3636 env :
You can’t perform that action at this time.
0 commit comments