update build-script
authorPhiTux <redacted>
Sun, 12 Oct 2025 12:25:02 +0000 (14:25 +0200)
committerPhiTux <redacted>
Sun, 12 Oct 2025 12:25:02 +0000 (14:25 +0200)
README.md
build.sh
docker-compose.yml

index 2bbbc1ea392db5f7c37a538586ad6e6d9c2b3bbe..69a4c1ec7c92b02549ba62d6f2065fec7853225a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -79,6 +79,7 @@ You see it here:
 ```yaml
 services:
   dailytxt:
+    # choose the correct image tag
     image: phitux/dailytxt:2.x.x
     container_name: dailytxt
     restart: unless-stopped
index 3a5b941e8af6b5b4de43d16fed89d8eabec2d2fe..d55fc5f68112a16141816f49070fc36b425fcf91 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -43,10 +43,10 @@ else
                --push)
                        echo "Pushing image to Docker registry..."
                        # Build for multiple platforms and push to registry
-                       #docker buildx build \
-                       #       --platform linux/amd64,linux/arm64 \
-                       #       -t phitux/dailytxt:$IMAGE_TAG \
-                       #       --push .
+                       docker buildx build \
+                               --platform linux/amd64,linux/arm64 \
+                               -t phitux/dailytxt:$IMAGE_TAG \
+                               --push .
                        ;;
                *)
                        echo "Unknown second argument: '$PUSH_FLAG'"
index 2c1cdb71044463fcee726561df915612cc241620..a22a9a57ac929ffea7adca9c44e8a1e5f0f8776f 100644 (file)
@@ -1,5 +1,6 @@
 services:
   dailytxt:
+    # choose the correct image tag
     image: phitux/dailytxt:2.x.x
     container_name: dailytxt
     restart: unless-stopped
git clone https://git.99rst.org/PROJECT