Skip to content

Commit

Permalink
Update socar-build-and-push-image.yaml
Browse files Browse the repository at this point in the history
default airflow 버전을 2.5.3으로 변경
default extra pip packages 추가
  • Loading branch information
socar-maeddi committed Jun 29, 2023
1 parent 8302a54 commit 8e2324e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/socar-build-and-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
airflow-version:
description: '에어플로우 버전'
required: true
default: '2.3.2'
default: '2.5.3'
python-version:
description: '파이썬 버전'
required: true
default: '3.8'
extra-pip-packages:
description: '추가 pip 패키지'
required: false
default: 'apache-airflow[sentry],datadog,gspread,acryl-datahub-airflow-plugin'
default: 'apache-airflow[sentry],datadog,gspread,acryl-datahub-airflow-plugin,xmltodict,apache-airflow-providers-cncf-kubernetes,pytest'
extra-git-repo:
description: '추가 git repo python 패키지'
required: false
Expand Down

0 comments on commit 8e2324e

Please sign in to comment.