#!/bin/bash # Variables today=$(date "+%Y-%m-%d-T%H%M") proj=nextcloud podman build -f Containerfile -t $proj:$today -t $proj:latest #--squash