mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-19 12:40:09 +01:00
try build-args YAML
This commit is contained in:
parent
c34709d5ad
commit
14c75e1374
@ -8,8 +8,6 @@ jobs:
|
||||
push_to_registries:
|
||||
name: Push Docker image to DockerHub for use on Render.com deployments
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
STORAGE_DIR: /storage
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
@ -38,3 +36,5 @@ jobs:
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
build-args: |
|
||||
"STORAGE_DIR=/storage"
|
||||
|
Loading…
Reference in New Issue
Block a user