Skip to content

Commit 27fb997

Browse files
committed
More code cleanup.
1 parent 213c850 commit 27fb997

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/call-docker-build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ jobs:
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

@@ -74,7 +73,7 @@ jobs:
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

0 commit comments

Comments
 (0)