Test Echo Output
Build Docker Linux ARM64 / build-docker-linux-arm64 (push) Failing after 8s

This commit is contained in:
2026-06-07 15:43:34 +02:00
parent 6991af3daa
commit 99581df6f7
+3 -1
View File
@@ -22,7 +22,9 @@ jobs:
- name: Get Repository Name
id: get_repo
run: |
echo "REPO_LC=${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV
"REPO_LC=${GITHUB_REPOSITORY,,}"
echo "REPO_LC=$REPO_LC" >> $GITHUB_ENV
echo "$REPO_LC"
- name: Login to own image registry
uses: docker/login-action@v3