Updating build script

This commit is contained in:
Tara Wilson 2025-01-17 20:32:16 -05:00
parent 60c664be47
commit 16b6065b0c

View File

@ -7,4 +7,4 @@ echo $VERSION_NUMBER
echo "Dockerizing" echo "Dockerizing"
docker build -t troop20-web:$VERSION_NUMBER -f Dockerfile . docker build -t troop20-web:$VERSION_NUMBER -f Dockerfile .
docker tag troop20-web:$VERSION_NUMBER terralilly85/troop20-web:$VERSION_NUMBER docker tag troop20-web:$VERSION_NUMBER terralilly85/troop20-web:$VERSION_NUMBER
docker buildx build --platform linux/amd64,linux/arm64 --push -t terralilly85/troop20-web:$VERSION_NUMBER . docker buildx build --platform linux/arm64 --push -t terralilly85/troop20-web:$VERSION_NUMBER .