Some checks failed
Test and Publish Templates / test-and-publish (push) Failing after 11s
8 lines
198 B
Bash
Executable File
8 lines
198 B
Bash
Executable File
#!/bin/bash
|
|
# Define volume items for docker-registry container
|
|
# These are used across backup, restore, create, and destroy operations
|
|
|
|
get_registry_volumes() {
|
|
echo "path:data:${DATA_PATH}"
|
|
}
|