add back accidentally dropped popd to build script

This commit is contained in:
Kegan Myers 2023-07-23 13:21:47 -05:00
parent 74e2f335be
commit 93f68c4b85

View file

@ -23,6 +23,7 @@ docker build \
-t "${AKKOMA_BASE_IMAGE}" \
.
docker push "${AKKOMA_BASE_IMAGE}"
popd
# run install steps for akkoma
docker build \