Updating build script
This commit is contained in:
parent
60c664be47
commit
16b6065b0c
|
|
@ -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 .
|
||||||
Loading…
Reference in New Issue
Block a user