Files
podman-compose/newsfragments/fix-dockerfile-definition-regression.bugfix
Monika Kairaityte 8e2cd2bab8 Fix dockerfile definition if directory name ends with ".git"
After changes in 92f0a8583a, the
dockerfile parameter is igored if the (local) work directory's name ends
in `.git`.
This commit fixes the regression and adds more tests.

Signed-off-by: Monika Kairaityte <monika@kibit.lt>
2025-06-17 23:10:17 +03:00

2 lines
86 B
Plaintext

Fixed regression of dockerfile definition if working directory name ends with ".git".