File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - ' main'
7- schedule :
8- - cron : ' 15 5 * * *'
7+ # schedule:
8+ # - cron: '15 5 * * *'
99
1010defaults :
1111 run :
1616 build-and-push-docker-images :
1717 name : Build and push docker images for PostgreSQL + extensions
1818
19- runs-on : ubuntu-22 .04
19+ runs-on : ubuntu-24 .04
2020
2121 env :
2222 DOCKERHUB_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - ' main'
7- schedule :
8- - cron : ' 30 5 * * 1'
7+ # schedule:
8+ # - cron: '30 5 * * 1'
99
1010defaults :
1111 run :
1616 build-and-push-docker-images :
1717 name : Build and push docker images for PostgreSQL + extensions (PL/Java Dev only)
1818
19- runs-on : ubuntu-22 .04
19+ runs-on : ubuntu-24 .04
2020
2121 env :
2222 DOCKERHUB_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
You can’t perform that action at this time.
0 commit comments