diff --git a/.github/workflows/build_multiplatform_docker.yml b/.github/workflows/build_multiplatform_docker.yml index ea097c5..ab008f3 100644 --- a/.github/workflows/build_multiplatform_docker.yml +++ b/.github/workflows/build_multiplatform_docker.yml @@ -19,6 +19,12 @@ on: description: Push docker image to registry flag required: true type: boolean + + secrets: + HMPPS_QUAYIO_USER: + required: false + HMPPS_QUAYIO_TOKEN: + required: false permissions: contents: read