diff --git a/.github/workflows/build-and-push-render-deplyoment-image.yaml b/.github/workflows/build-and-push-render-deplyoment-image.yaml index 295dafa50..424590da2 100644 --- a/.github/workflows/build-and-push-render-deplyoment-image.yaml +++ b/.github/workflows/build-and-push-render-deplyoment-image.yaml @@ -8,6 +8,8 @@ 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