5 lines
240 B
Text
5 lines
240 B
Text
|
|
# shellcheck shell=bash
|
||
|
|
# Podman login token for kode.naiv.no container registry
|
||
|
|
# Copy to 99-podman-kode and fill in your token, then: chmod 700 99-podman-kode
|
||
|
|
require_private "${BASH_SOURCE[0]}"
|
||
|
|
export KODE_REGISTRY_TOKEN=your-token-here
|