File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 call-workflow :
10- uses : thespad/actions/.github/workflows/check-baseimage-update.yml@v8 .0.5
10+ uses : thespad/actions/.github/workflows/check-baseimage-update.yml@v9 .0.2
1111 with :
1212 repo_owner : " thespad"
1313 baseimage : " alpine"
1414 basebranch : " edge"
1515 app_name : " dive"
16+ branch_name : " main"
1617 secrets :
1718 repo_scoped_token : ${{ secrets.repo_scoped_token }}
Original file line number Diff line number Diff line change 88
99jobs :
1010 call-workflow :
11- uses : thespad/actions/.github/workflows/build-image.yml@v8 .0.5
11+ uses : thespad/actions/.github/workflows/build-image.yml@v9 .0.2
1212 with :
1313 repo_owner : " thespad"
1414 app_name : " dive"
1717 dockerhub_user : " thespad"
1818 target-arch : " 64"
1919 sign_image : false
20+ branch_name : " main"
2021 secrets :
2122 dockerhub_password : ${{ secrets.DOCKER_PASSWORD }}
Original file line number Diff line number Diff line change 77
88jobs :
99 call-workflow :
10- uses : thespad/actions/.github/workflows/check-and-release.yml@v8 .0.5
10+ uses : thespad/actions/.github/workflows/check-and-release.yml@v9 .0.2
1111 with :
1212 repo_owner : " thespad"
1313 app_name : " dive"
1414 release_type : " github"
1515 release_url : " https://api.github.com/repos/wagoodman/dive"
1616 dockerhub_user : " thespad"
17+ branch_name : " main"
1718 secrets :
1819 repo_scoped_token : ${{ secrets.repo_scoped_token }}
1920 dockerhub_password : ${{ secrets.DOCKER_PASSWORD }}
You can’t perform that action at this time.
0 commit comments