Fix env issue
Some checks failed
Build and Publish Docker Image / build_and_push (push) Failing after 4s

This commit is contained in:
2024-09-25 15:01:18 +00:00
parent b382a89d38
commit 0e9de8deb5
2 changed files with 4 additions and 5 deletions

View File

@@ -51,7 +51,8 @@ fi
# cd to the project root directory.
cd "$(dirname "$0")/.."
docker build -t butlerbot:$VERSION .
source .env
docker build --build-arg NPM_TOKEN=$NPM_TOKEN -t butlerbot:$VERSION .
# Tag the Docker image.
for TAG in "${TAGS[@]}"; do