Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/call-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Loading