mirror of
https://github.com/kyantech/Palmr.git
synced 2025-10-23 06:11:58 +00:00
fix: change Docker build command to load images instead of pushing
- Updated the Docker build command in build-docker.sh to use --load instead of --push, allowing for local image loading during the build process. - This change facilitates testing and debugging of Docker images before deployment.
This commit is contained in:
@@ -23,7 +23,7 @@ docker buildx build \
|
|||||||
--no-cache \
|
--no-cache \
|
||||||
-t kyantech/palmr:latest \
|
-t kyantech/palmr:latest \
|
||||||
-t kyantech/palmr:$TAG \
|
-t kyantech/palmr:$TAG \
|
||||||
--push \
|
--load \
|
||||||
.
|
.
|
||||||
|
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
Reference in New Issue
Block a user