Fix CI
All checks were successful
Build and Publish Docker Image / build_and_push (push) Successful in 48s
All checks were successful
Build and Publish Docker Image / build_and_push (push) Successful in 48s
This commit is contained in:
@@ -52,7 +52,7 @@ fi
|
||||
# cd to the project root directory.
|
||||
cd "$(dirname "$0")/.."
|
||||
source .env
|
||||
docker build --build-arg NPM_TOKEN=$NPM_TOKEN -t butlerbot:$VERSION .
|
||||
docker build -t butlerbot:$VERSION .
|
||||
|
||||
# Tag the Docker image.
|
||||
for TAG in "${TAGS[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user