Files
T
shreerangandShreerang Kale 204ff22ed0
Publish mock-lockdrop-watcher docker image on release / Run docker build and publish (release) Failing after 4s
Add stack (#1)
Part of https://www.notion.so/Implement-stacks-1b5a6b22d472806a82f5dafed6955138

Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
Reviewed-on: #1
Co-authored-by: shreerang <shreerang@noreply.git.vdb.to>
Co-committed-by: shreerang <shreerang@noreply.git.vdb.to>
2025-08-04 12:26:01 +00:00

12 lines
422 B
Bash
Executable File

#!/usr/bin/env bash
# Build cerc/mock-lockdrop-watcher
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
# See: https://stackoverflow.com/a/246128/1701505
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
CERC_NPM_REGISTRY_URL="https://git.vdb.to/api/packages/cerc-io/npm/"
docker build -t cerc/mock-lockdrop-watcher:local ${build_command_args} ${CERC_REPO_BASE_DIR}/mock-lockdrop-watcher