From a2912e4ddbbd92fd06137c6cc7531563fd9b7de5 Mon Sep 17 00:00:00 2001 From: Conrad Taylor Date: Thu, 6 Nov 2025 00:51:48 -0800 Subject: [PATCH] Fix YAML errors. --- .github/workflows/call-docker-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/call-docker-build.yaml b/.github/workflows/call-docker-build.yaml index 070c111..1bf7284 100644 --- a/.github/workflows/call-docker-build.yaml +++ b/.github/workflows/call-docker-build.yaml @@ -41,7 +41,7 @@ jobs: packages: write # needed to push docker image to ghcr.io pull-requests: write # needed to create and update comments in PRs - secrets: + # secrets: # Only needed if with:dockerhub-enable is true below # https://hub.docker.com/settings/security @@ -74,6 +74,6 @@ jobs: # platforms are *native GitHub Runners by default, so only amd64 and/or arm64 are supported, and must be in JSON syntax. # for more platform build options, there's a "QEMU" reusable workflow option in this repo's .github/workflows folder - # platforms: '["linux/amd64", "linux/arm64"]' + platforms: '["linux/amd64", "linux/arm64"]' # comment-enable: true