try build-args YAML

This commit is contained in:
timothycarambat 2023-12-19 12:22:53 -08:00
parent c34709d5ad
commit 14c75e1374

View File

@ -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"