#!/bin/bash set -e IMAGE=haveno-dex/haveno-core TAG=latest docker login docker build -t $IMAGE:$TAG . docker push $IMAGE:$TAG