This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user