Skip to content

chore(deps): bump cryptography from 43.0.1 to 44.0.1 in /batch/airflow/secrets #690

chore(deps): bump cryptography from 43.0.1 to 44.0.1 in /batch/airflow/secrets

chore(deps): bump cryptography from 43.0.1 to 44.0.1 in /batch/airflow/secrets #690

Workflow file for this run

name: batch-ci
on:
push:
branches:
- main
paths:
- '.github/workflows/batch-ci.yml'
- 'batch/**'
pull_request:
paths:
- '.github/workflows/batch-ci.yml'
- 'batch/**'
jobs:
job:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: build aiml-workloads container
run: |
cd batch/aiml-workloads/src
docker build --tag aiml-workloads .