feature: add export function for requirements.txt

This commit is contained in:
winkidney
2022-05-04 21:40:04 +08:00
parent 0040d47b1e
commit 01082c63ef
4 changed files with 4 additions and 40 deletions

View File

@@ -15,6 +15,7 @@ IMAGE_VERSION_TAG=`git tag -l --sort=-creatordate | head -n 1 | sed "s/v//g"`
# -f "${script_dir}/../Dockerfile.autobuild"
sudo docker buildx build \
--no-cache \
--output=type=docker \
--platform linux/amd64 \
-t getpinry/pinry:${IMAGE_LATEST_TAG} \