Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
pc-magas committed Jul 17, 2023
2 parents fe71368 + 89530ca commit f8cfaaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ PARAMS=${TAGS[@]/#/"-t ellakcy/moodle:"}

echo "Running:"
echo "docker build --build-arg DB_TYPE=${DB_TYPE} -f ${DOCKERFILE} ${PARAMS} --force-rm . "
docker build --build-arg PHP_VERSION=${PHP_VERSION} --build-arg DB_TYPE=${DB_TYPE} --build-arg VERSION=${VERSION} -f ${DOCKERFILE} ${PARAMS} --force-rm --no-cache .

docker build --pull --build-arg PHP_VERSION=${PHP_VERSION} --build-arg DB_TYPE=${DB_TYPE} --build-arg VERSION=${VERSION} -f ${DOCKERFILE} ${PARAMS} --force-rm --no-cache .

BRANCH=${GITHUB_REF##*/}

Expand Down

0 comments on commit f8cfaaa

Please sign in to comment.