#!/usr/bin/env bash TAG=cr.gitlab.alfter.us/salfter/openkj-request-docker:latest docker build --no-cache -t $TAG . && docker push $TAG