From: Remi Gacogne Date: Mon, 22 Sep 2025 13:56:26 +0000 (+0200) Subject: build-docker-images: Remove trailing whitespace X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82c7361665b106c59f7883a8c7715a30c748a54c;p=thirdparty%2Fpdns.git build-docker-images: Remove trailing whitespace Signed-off-by: Remi Gacogne --- diff --git a/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml index 116ad31d4..0d5d5dd3a 100644 --- a/.github/workflows/build-docker-images.yml +++ b/.github/workflows/build-docker-images.yml @@ -152,7 +152,7 @@ jobs: run: | mkdir -p $RUNNER_TEMP/digests touch "$RUNNER_TEMP/digests/${DIGEST#sha256:}" - # generate suffix for digest file + # generate suffix for digest file echo "PLATFORM_PAIR=${ARCH//\//-}" >> $GITHUB_ENV - name: Upload digest uses: actions/upload-artifact@v4