#!/bin/sh echo "Build will be tagged with $1" docker buildx build . -t "$1" docker push "$1"