fix: context non-required (#7)

This commit is contained in:
Adam Uhlíř 2025-04-02 14:16:48 +02:00 committed by GitHub
parent c7ab96c333
commit 8aaf68aad6
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