fix: context non-required

This commit is contained in:
Adam Uhlíř 2025-04-02 14:09:36 +02:00 committed by GitHub
parent c7ab96c333
commit c572a0f152
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ on:
docker_context: docker_context:
default: . default: .
description: Docker build context description: Docker build context
required: true required: false
type: string type: string
dockerhub_repo: dockerhub_repo:
default: codexstorage/test default: codexstorage/test