mirror of
https://github.com/open-webui/open-webui
synced 2025-04-22 07:18:29 +00:00
made the environment variable name IMAGE_NAME as requested
This commit is contained in:
parent
dbfb6d5993
commit
60ee08a8ac
36
.github/workflows/docker-build.yaml
vendored
36
.github/workflows/docker-build.yaml
vendored
@ -30,10 +30,10 @@ jobs:
|
|||||||
# although the repository owner has a lowercase username, this prevents some people from running actions after forking
|
# although the repository owner has a lowercase username, this prevents some people from running actions after forking
|
||||||
- name: Set repository and image name to lowercase
|
- name: Set repository and image name to lowercase
|
||||||
run: |
|
run: |
|
||||||
echo "IMAGE_NAME=${IMAGE_NAME_MIXED_CASE,,}" >>${GITHUB_ENV}
|
echo "IMAGE_NAME=${IMAGE_NAME,,}" >>${GITHUB_ENV}
|
||||||
echo "FULL_IMAGE_NAME=ghcr.io/${IMAGE_NAME_MIXED_CASE,,}" >>${GITHUB_ENV}
|
echo "FULL_IMAGE_NAME=ghcr.io/${IMAGE_NAME,,}" >>${GITHUB_ENV}
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME_MIXED_CASE: '${{ github.repository }}'
|
IMAGE_NAME: '${{ github.repository }}'
|
||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: |
|
run: |
|
||||||
@ -127,10 +127,10 @@ jobs:
|
|||||||
# although the repository owner has a lowercase username, this prevents some people from running actions after forking
|
# although the repository owner has a lowercase username, this prevents some people from running actions after forking
|
||||||
- name: Set repository and image name to lowercase
|
- name: Set repository and image name to lowercase
|
||||||
run: |
|
run: |
|
||||||
echo "IMAGE_NAME=${IMAGE_NAME_MIXED_CASE,,}" >>${GITHUB_ENV}
|
echo "IMAGE_NAME=${IMAGE_NAME,,}" >>${GITHUB_ENV}
|
||||||
echo "FULL_IMAGE_NAME=ghcr.io/${IMAGE_NAME_MIXED_CASE,,}" >>${GITHUB_ENV}
|
echo "FULL_IMAGE_NAME=ghcr.io/${IMAGE_NAME,,}" >>${GITHUB_ENV}
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME_MIXED_CASE: '${{ github.repository }}'
|
IMAGE_NAME: '${{ github.repository }}'
|
||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: |
|
run: |
|
||||||
@ -227,10 +227,10 @@ jobs:
|
|||||||
# although the repository owner has a lowercase username, this prevents some people from running actions after forking
|
# although the repository owner has a lowercase username, this prevents some people from running actions after forking
|
||||||
- name: Set repository and image name to lowercase
|
- name: Set repository and image name to lowercase
|
||||||
run: |
|
run: |
|
||||||
echo "IMAGE_NAME=${IMAGE_NAME_MIXED_CASE,,}" >>${GITHUB_ENV}
|
echo "IMAGE_NAME=${IMAGE_NAME,,}" >>${GITHUB_ENV}
|
||||||
echo "FULL_IMAGE_NAME=ghcr.io/${IMAGE_NAME_MIXED_CASE,,}" >>${GITHUB_ENV}
|
echo "FULL_IMAGE_NAME=ghcr.io/${IMAGE_NAME,,}" >>${GITHUB_ENV}
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME_MIXED_CASE: '${{ github.repository }}'
|
IMAGE_NAME: '${{ github.repository }}'
|
||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: |
|
run: |
|
||||||
@ -318,10 +318,10 @@ jobs:
|
|||||||
# although the repository owner has a lowercase username, this prevents some people from running actions after forking
|
# although the repository owner has a lowercase username, this prevents some people from running actions after forking
|
||||||
- name: Set repository and image name to lowercase
|
- name: Set repository and image name to lowercase
|
||||||
run: |
|
run: |
|
||||||
echo "IMAGE_NAME=${IMAGE_NAME_MIXED_CASE,,}" >>${GITHUB_ENV}
|
echo "IMAGE_NAME=${IMAGE_NAME,,}" >>${GITHUB_ENV}
|
||||||
echo "FULL_IMAGE_NAME=ghcr.io/${IMAGE_NAME_MIXED_CASE,,}" >>${GITHUB_ENV}
|
echo "FULL_IMAGE_NAME=ghcr.io/${IMAGE_NAME,,}" >>${GITHUB_ENV}
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME_MIXED_CASE: '${{ github.repository }}'
|
IMAGE_NAME: '${{ github.repository }}'
|
||||||
|
|
||||||
- name: Download digests
|
- name: Download digests
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
@ -373,10 +373,10 @@ jobs:
|
|||||||
# although the repository owner has a lowercase username, this prevents some people from running actions after forking
|
# although the repository owner has a lowercase username, this prevents some people from running actions after forking
|
||||||
- name: Set repository and image name to lowercase
|
- name: Set repository and image name to lowercase
|
||||||
run: |
|
run: |
|
||||||
echo "IMAGE_NAME=${IMAGE_NAME_MIXED_CASE,,}" >>${GITHUB_ENV}
|
echo "IMAGE_NAME=${IMAGE_NAME,,}" >>${GITHUB_ENV}
|
||||||
echo "FULL_IMAGE_NAME=ghcr.io/${IMAGE_NAME_MIXED_CASE,,}" >>${GITHUB_ENV}
|
echo "FULL_IMAGE_NAME=ghcr.io/${IMAGE_NAME,,}" >>${GITHUB_ENV}
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME_MIXED_CASE: '${{ github.repository }}'
|
IMAGE_NAME: '${{ github.repository }}'
|
||||||
|
|
||||||
- name: Download digests
|
- name: Download digests
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
@ -429,10 +429,10 @@ jobs:
|
|||||||
# although the repository owner has a lowercase username, this prevents some people from running actions after forking
|
# although the repository owner has a lowercase username, this prevents some people from running actions after forking
|
||||||
- name: Set repository and image name to lowercase
|
- name: Set repository and image name to lowercase
|
||||||
run: |
|
run: |
|
||||||
echo "IMAGE_NAME=${IMAGE_NAME_MIXED_CASE,,}" >>${GITHUB_ENV}
|
echo "IMAGE_NAME=${IMAGE_NAME,,}" >>${GITHUB_ENV}
|
||||||
echo "FULL_IMAGE_NAME=ghcr.io/${IMAGE_NAME_MIXED_CASE,,}" >>${GITHUB_ENV}
|
echo "FULL_IMAGE_NAME=ghcr.io/${IMAGE_NAME,,}" >>${GITHUB_ENV}
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME_MIXED_CASE: '${{ github.repository }}'
|
IMAGE_NAME: '${{ github.repository }}'
|
||||||
|
|
||||||
- name: Download digests
|
- name: Download digests
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user