mirror of
https://github.com/logos-storage/github-actions.git
synced 2026-01-04 22:23:09 +00:00
fix: context non-required (#7)
This commit is contained in:
parent
c7ab96c333
commit
8aaf68aad6
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