This repository has been archived on 2025-06-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
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"