#!/usr/bin/env bash DOCKER="${DOCKER:-podman}" VERSION=$(jq -r .version < package.json) set -x $DOCKER build -t "git.0x7f.app/woj/woj-ui:${VERSION}" . $DOCKER push "git.0x7f.app/woj/woj-ui:${VERSION}"