Allow specifying image tag
This commit is contained in:
parent
cf4974a09d
commit
6ea98cfd1c
5
build
5
build
@ -1,7 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
name=git.lua.re/luaneko/luare-authentik
|
name="git.lua.re/luaneko/luare-authentik"
|
||||||
tag=latest
|
tag="${1:-latest}"
|
||||||
image="$name:$tag"
|
image="$name:$tag"
|
||||||
|
|
||||||
|
echo "Building $image..."
|
||||||
podman build -t "$image" --pull .
|
podman build -t "$image" --pull .
|
||||||
podman push "$image"
|
podman push "$image"
|
||||||
|
Loading…
Reference in New Issue
Block a user