Skip to content

Commit

Permalink
Update udocker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bsanchezmir authored Apr 8, 2024
1 parent c8b9a92 commit b678340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/udocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit b678340

Please sign in to comment.