8 lines
146 B
Bash
Executable File
8 lines
146 B
Bash
Executable File
#!/usr/bin/env bash
|
|
name=git.lua.re/luaneko/luare-authentik
|
|
tag=latest
|
|
image="$name:$tag"
|
|
|
|
podman build -t "$image" --pull .
|
|
podman push "$image"
|