fix: make repo to lower workflow step posix compatible
This commit is contained in:
parent
dcb9dda000
commit
aeb904dcde
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
|
|
||||||
- name: lowercase repo name
|
- name: lowercase repo name
|
||||||
run: |
|
run: |
|
||||||
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
|
echo "REPO=$(echo $GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]')" >>${GITHUB_ENV}
|
||||||
|
|
||||||
- name: Build and push (pull_request)
|
- name: Build and push (pull_request)
|
||||||
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
|
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue