report-generator-backend/scripts/build_image.sh
jorming.chong 148182c680
Some checks are pending
Test / test (push) Waiting to run
first commit
2026-01-07 09:29:07 +08:00

4 lines
190 B
Bash
Executable File

#!/bin/sh
NAME=$(cat ./package.json | npx json name)
echo "Build image: $NAME"
docker build . -t $NAME --secret id=JIG_SOFTWARE_GITEA_DEPLOYMENT_TOKEN,env=JIG_SOFTWARE_GITEA_DEPLOYMENT_TOKEN