rebased-podman/20-build-pleroma.sh

9 lines
180 B
Bash
Raw Normal View History

2022-10-24 17:18:04 +02:00
#!/bin/bash
if [[ "$1" == "" ]]; then
echo "No commit ID provided"
exit
fi
dt=$(date +"%Y%m%d")
podman build -f Containerfile --build-arg="PLEROMA_VER=$1" -t pleroma:run-$dt-$1