File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 # dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}
5050
5151 with :
52-
5352 # NOTE: there are lots of input options for this reusable workflow
5453 # read the comments in the inputs area of the reusable workflow for more info
55- # https://github.com/BretFisher /docker-build-workflow/blob/main/.github/workflows/reusable-docker-build.yaml
54+ # https://github.com/conradwt /docker-build-workflow/blob/main/.github/workflows/reusable-docker-build.yaml
5655
5756 # Here are just a few of the common defaults
5857
7473 # target:
7574
7675 # platforms are *native GitHub Runners by default, so only amd64 and/or arm64 are supported, and must be in JSON syntax.
77- # for more platform build options, there's a "QEMU" reusable workflow ption in this repo's .github/workflows folder
76+ # for more platform build options, there's a "QEMU" reusable workflow option in this repo's .github/workflows folder
7877 platforms : ' ["linux/amd64", "linux/arm64"]'
7978
8079 # comment-enable: true
You can’t perform that action at this time.
0 commit comments