This repository has been archived on 2025-06-04. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/build

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"