diff --git a/seed-db.sh b/seed-db.sh index b8b206c..3cb420e 100755 --- a/seed-db.sh +++ b/seed-db.sh @@ -156,6 +156,7 @@ pass "Copied expanded database files to host" stop_container "${cid}" info "Stage test test : Build image" + docker build -t drevops/mariadb-drupal-data:latest . docker build -t foo-db/mariadb-drupal:latest -f Dockerfile.seed . start_container 'foo-db/mariadb-drupal:latest' @@ -164,7 +165,6 @@ assert_db_was_imported "${cid}" stop_container "${cid}" docker image rm drevops/mariadb-drupal-data:latest - info "Stage 2: Build image" task "Build image ${DST_IMAGE} for ${DESTINATION_PLATFORMS} platform(s)."