Most Changes for v0.1.0-beta #51

Merged
Penry merged 24 commits from v0.1.0-beta into main 2026-06-07 16:46:15 +02:00
Showing only changes of commit 99581df6f7 - Show all commits
+3 -1
View File
@@ -22,7 +22,9 @@ jobs:
- name: Get Repository Name - name: Get Repository Name
id: get_repo id: get_repo
run: | 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 - name: Login to own image registry
uses: docker/login-action@v3 uses: docker/login-action@v3