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