#!/usr/bin/env bash export TAG=17-$(date '+%s') docker compose build --push echo "The tag to use is: $TAG"