Skip to content

Commit 178356e

Browse files
authored
Fix YAML errors. (#286)
1 parent 0862779 commit 178356e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
packages: write # needed to push docker image to ghcr.io
4242
pull-requests: write # needed to create and update comments in PRs
4343

44-
secrets:
44+
# secrets:
4545

4646
# Only needed if with:dockerhub-enable is true below
4747
# https://hub.docker.com/settings/security
@@ -74,6 +74,6 @@ jobs:
7474

7575
# platforms are *native GitHub Runners by default, so only amd64 and/or arm64 are supported, and must be in JSON syntax.
7676
# for more platform build options, there's a "QEMU" reusable workflow option in this repo's .github/workflows folder
77-
# platforms: '["linux/amd64", "linux/arm64"]'
77+
platforms: '["linux/amd64", "linux/arm64"]'
7878

7979
# comment-enable: true

0 commit comments

Comments
 (0)