mirror of
https://github.com/logos-storage/github-actions.git
synced 2026-01-05 22:53:09 +00:00
fix: context non-required
This commit is contained in:
parent
c7ab96c333
commit
c572a0f152
2
.github/workflows/docker-reusable.yml
vendored
2
.github/workflows/docker-reusable.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user