4 lines
158 B
Bash
4 lines
158 B
Bash
|
git fetch origin master
|
||
|
git reset --hard origin/master
|
||
|
docker buildx build -t git.carvel.li/liza/palacepal/server --platform linux/amd64,linux/arm64 --push .
|