Update onpush_builder.yaml

This commit is contained in:
Alexandre
2024-03-16 08:08:57 +01:00
committed by GitHub
parent 35e9937aaa
commit 4bbcc45d9a

View File

@@ -154,6 +154,10 @@ jobs:
# shellcheck disable=SC2129
echo "build_arch=false" >> $GITHUB_OUTPUT;
fi
- name: Use action to check for mixed line endings (CRLF and LF)
uses: ymwymw/check-mixed-line-endings@v2
- name: Login to GitHub Container Registry
if: env.BUILD_ARGS != '--test'
uses: docker/login-action@v3.0.0