File tree Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Original file line number Diff line number Diff line change 1313jobs :
1414 docker :
1515 runs-on : ubuntu-latest
16- matrix :
17- include :
18- -
19- registry : ' '
20- slug : ghactionstest/ghactionstest
21- username_secret : DOCKERHUB_USERNAME
22- password_secret : DOCKERHUB_TOKEN
23- -
24- registry : ghcr.io
25- slug : ghcr.io/docker-ghactiontest/test
26- username_secret : GHCR_USERNAME
27- password_secret : GHCR_PAT
28- -
29- registry : registry.gitlab.com
30- slug : registry.gitlab.com/test1716/test
31- username_secret : GITLAB_USERNAME
32- password_secret : GITLAB_TOKEN
16+ strategy :
17+ fail-fast : false
18+ matrix :
19+ include :
20+ -
21+ registry : ' '
22+ slug : ghactionstest/ghactionstest
23+ username_secret : DOCKERHUB_USERNAME
24+ password_secret : DOCKERHUB_TOKEN
25+ -
26+ registry : ghcr.io
27+ slug : ghcr.io/docker-ghactiontest/test
28+ username_secret : GHCR_USERNAME
29+ password_secret : GHCR_PAT
30+ -
31+ registry : registry.gitlab.com
32+ slug : registry.gitlab.com/test1716/test
33+ username_secret : GITLAB_USERNAME
34+ password_secret : GITLAB_TOKEN
3335 steps :
3436 -
3537 name : Checkout
You can’t perform that action at this time.
0 commit comments