#!/usr/bin/env bash name="git.lua.re/luaneko/luare-authentik" tag="${1:-latest}" image="$name:$tag" echo "Building $image..." podman build -t "$image" --pull . podman push "$image"