4 lines
158 B
Bash
Executable File
4 lines
158 B
Bash
Executable File
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 .
|