Skip to content

Commit 4b59b47

Browse files
committed
output git status on docker render
1 parent 2552fb4 commit 4b59b47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/baseimages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: make dockerfiles
2727
- name: Fail if base images are outdated
2828
run: |
29+
git status --porcelain
2930
if [ -n "$(git status --porcelain)" ]; then
3031
echo "Changes detected. Please run 'make dockerfiles' locally to update the base images."
3132
exit 1

0 commit comments

Comments
 (0)