From 99263b90c97d189da1954e81862e5e6d9babc93b Mon Sep 17 00:00:00 2001 From: Matteo Ruina Date: Thu, 13 May 2021 16:49:36 +0200 Subject: [PATCH] Remove help flag (#2) --- .github/workflows/build.yaml | 2 -- entrypoint.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9fc88d6..3281dc3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,8 +26,6 @@ jobs: type=ref,event=branch type=ref,event=pr type=semver,pattern={{version}} - type=semver,pattern={{major}}.{{minor}} - type=semver,pattern={{major}} type=sha - name: Set up Docker Buildx diff --git a/entrypoint.sh b/entrypoint.sh index 4e0b015..2e8d07f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,7 +3,7 @@ set -eu while true; do - withings-sync -h + withings-sync echo "Command completed. Sleeping ${SLEEP} seconds..." sleep "${SLEEP}" done \ No newline at end of file