From b678340e1cd7838a4e5e7f9f6608e22db363092e Mon Sep 17 00:00:00 2001 From: Brian Sanchez <129732505+bsanchezmir@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:53:02 +0200 Subject: [PATCH] Update udocker.yml --- .github/workflows/udocker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/udocker.yml b/.github/workflows/udocker.yml index 319ec54..5865cc9 100644 --- a/.github/workflows/udocker.yml +++ b/.github/workflows/udocker.yml @@ -51,7 +51,7 @@ jobs: - name: Compare Digests run: | if [ "$digest" != "$latest_digest" ]; then - echo "The local image digest does not match the latest image digest. An update is required." + echo "The local image digest does not match the latest images digest. An update is required." # Potentially trigger another job or step to handle the update else echo "The local image digest matches the latest image digest. No update is required."