File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77jobs :
88 call-workflow :
9- uses : thespad/actions/.github/workflows/check-baseimage-update.yml@v6
9+ uses : thespad/actions/.github/workflows/check-baseimage-update.yml@v7
1010 with :
1111 repo_owner : " thespad"
1212 baseimage : " alpine"
Original file line number Diff line number Diff line change 77
88jobs :
99 call-workflow :
10- uses : thespad/actions/.github/workflows/build-image.yml@v6
10+ uses : thespad/actions/.github/workflows/build-image.yml@v7
1111 with :
1212 repo_owner : " thespad"
1313 app_name : " dive"
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@v6
10+ uses : thespad/actions/.github/workflows/check-and-release.yml@v7
1111 with :
1212 repo_owner : " thespad"
1313 app_name : " dive"
1414 release_type : " github"
1515 release_url : " https://api.github.com/repos/wagoodman/dive"
16+ dockerhub_user : " thespad"
1617 secrets :
1718 repo_scoped_token : ${{ secrets.repo_scoped_token }}
19+ dockerhub_password : ${{ secrets.docker_password }}
You can’t perform that action at this time.
0 commit comments