File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -106,5 +106,5 @@ jobs:
106
106
# Call workflow explicitly because events from actions cannot trigger more actions
107
107
uses : ./.github/workflows/mirror.yml
108
108
with :
109
- version : ${{ needs.settings.outputs.docker_version }}
109
+ version : aio- ${{ needs.settings.outputs.docker_version }}
110
110
secrets : inherit
Original file line number Diff line number Diff line change 3
3
INITIAL_BINARY_PATH=$1
4
4
SYMLINK_PATH=$2
5
5
6
- SYMLINK_TARGET=$( readlink -f " $SYMLINK_PATH " )
6
+ SYMLINK_TARGET=$( readlink -m " $SYMLINK_PATH " )
7
7
8
8
if [ ! -f " $SYMLINK_TARGET " ]; then
9
9
cp " $INITIAL_BINARY_PATH " " $SYMLINK_TARGET "
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ function setup_postgres {
86
86
$PG_CONF
87
87
88
88
if [ " ${DATA_VOLUME_MOUNTPOINT} " ]; then
89
+ mkdir -p " ${DATA_VOLUME_MOUNTPOINT} /opt"
89
90
/usr/local/bin/configure-shim.sh /dist/supabase-admin-api /opt/supabase-admin-api
90
91
/opt/supabase-admin-api optimize db --destination-config-file-path /etc/postgresql-custom/generated-optimizations.conf
91
92
You can’t perform that action at this time.
0 commit comments