From 5897594c57e99328e35ad617bbc095be497333f4 Mon Sep 17 00:00:00 2001 From: olf Date: Tue, 15 Apr 2025 20:39:19 +0200 Subject: [PATCH] =?UTF-8?q?[ci-on-tags.yml]=20Adapt=20comment=20to=20reali?= =?UTF-8?q?ty=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … altered by PR #485 , by adding ", one for SFOS 4.3.0,". --- .github/workflows/ci-on-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-on-tags.yml b/.github/workflows/ci-on-tags.yml index 3a70aefb..5445f006 100644 --- a/.github/workflows/ci-on-tags.yml +++ b/.github/workflows/ci-on-tags.yml @@ -27,7 +27,7 @@ concurrency: cancel-in-progress: true jobs: - # One job for the latest Docker image used and one for the oldest one(s). + # One job for the latest Docker image used, one for SFOS 4.3.0, and one for the oldest one(s). # Trying to download three multi-GB, layered docker images in a single job usually # results in "docker: write /var/lib/docker/tmp/GetImageBlobXYZ: no space left on device."