Explicitly use bash shell

This commit is contained in:
2025-09-17 14:41:46 +02:00
parent 796f43d629
commit 1221035369
+1
View File
@@ -26,6 +26,7 @@ jobs:
- name: Transform 'github.repository' to lowercase
id: lowercase_repo
shell: bash
run: echo "repository=${GITHUB_REPOSITORY,,}" >> $GITHUB_OUTPUT
- name: Build and push multi-arch image