diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68345a6..2a7df34 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,9 @@ name: Build on: - schedule: - - cron: '0 2 * * *' + #schedule: + # - cron: '0 2 * * *' push: + workflow_dispatch: env: REGISTRY: ghcr.io diff --git a/requirements.txt b/requirements.txt index 25fdacc..313b8b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dacite -kubernetes==24.2.0 +kubernetes>=28,<29 flask==2.3.2 jsonify waitress @@ -7,4 +7,4 @@ PyHamcrest requests_mock dataclasses-json python-dotenv -git+https://github.com/ucsd-ets/awsed_python_client.git@Rebuild \ No newline at end of file +git+https://github.com/ucsd-ets/awsed_python_client.git@2024.1.2-RC1