Skip to content

Commit 1cfee5d

Browse files
authored
Update build_and_publish.yml
1 parent bd051e9 commit 1cfee5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
--env AIRFLOW__DATABASE__SQL_ALCHEMY_CONN="${{ secrets.SQL_ALCHEMY_CONN }}" \
128128
--env AIRFLOW__CORE__FERNET_KEY="${{ secrets.FERNET_KEY }}" \
129129
--env AIRFLOW__API__ACCESS_CONTROL_ALLOW_ORIGINS="https://api.profcomff.com" \
130+
--env AIRFLOW__CORE__HOSTNAME_CALLABLE=airflow.utils.net.get_host_ip_address \
130131
--env AUTH_URL="https://api.profcomff.com/auth/" \
131132
--env USERDATA_URL="https://api.profcomff.com/userdata/" \
132133
--name ${{ env.CONTAINER_NAME }} \

0 commit comments

Comments
 (0)