From b065bb1a292aee356b5ca4581cdff20cac99cccd Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 24 Apr 2023 16:05:58 +0200 Subject: [PATCH 1/3] Update build.yml --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21e2f3f..8de1e84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,6 @@ jobs: name: Create tag uses: rickstaa/action-create-tag@v1 id: "tag_create" - if: ${{ false }} with: tag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" tag_exists_error: false From 2d3a7271d2de113152c276480342721840d743fb Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 24 Apr 2023 16:06:50 +0200 Subject: [PATCH 2/3] Update Dockerfile From 080f262b5863928110c7e175b504024555382b8d Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 24 Apr 2023 16:08:16 +0200 Subject: [PATCH 3/3] Trigger build --- run/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/install.sh b/run/install.sh index 05fe7a5..28883cf 100644 --- a/run/install.sh +++ b/run/install.sh @@ -4,7 +4,7 @@ set -eu TMP="/boot.img" rm -f "$TMP" -echo "Downloading ${BOOT}..." +echo "Downloading ${BOOT} as boot image..." # Check if running with interactive TTY or redirected to docker log if [ -t 1 ]; then