mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-19 20:50:09 +01:00
remove unneeded build step
This commit is contained in:
parent
315b92e164
commit
e5826d8c24
5
.github/workflows/build-and-push-image.yaml
vendored
5
.github/workflows/build-and-push-image.yaml
vendored
@ -32,11 +32,6 @@ jobs:
|
|||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Parse repository name to lowercase
|
|
||||||
shell: bash
|
|
||||||
run: echo "repo=${GITHUB_REPOSITORY,,}" >> $GITHUB_OUTPUT
|
|
||||||
id: lowercase_repo
|
|
||||||
|
|
||||||
- name: Check if DockerHub build needed
|
- name: Check if DockerHub build needed
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user