mirror of
https://github.com/LRGEX/Klipper-docker.git
synced 2026-07-11 01:03:05 +02:00
v2.3
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -46,4 +46,4 @@ jobs:
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: true
|
||||
tags: lrgex/klipper-docker:latest
|
||||
tags: lrgex/klipper-docker:2.3
|
||||
|
||||
@@ -66,7 +66,7 @@ for package in "${packages_array[@]}"; do
|
||||
fi
|
||||
done
|
||||
|
||||
if [ ${RESTORE} = "true" ]; then
|
||||
if [ "${RESTORE}" = "true" ]; then
|
||||
echo "Restoring klipper files..."
|
||||
cp -r /tmp/klipper_printer_data /home/lrgex/klipper/printer_data
|
||||
echo "restore done" >> /opt/lrgex/flags
|
||||
|
||||
Reference in New Issue
Block a user