Skip to content

chore(deps): bump aiohttp from 3.13.0 to 3.13.3 in the pip group across 1 directory #162

chore(deps): bump aiohttp from 3.13.0 to 3.13.3 in the pip group across 1 directory

chore(deps): bump aiohttp from 3.13.0 to 3.13.3 in the pip group across 1 directory #162

name: 'Check Docker Image building'
on:
pull_request:
branches:
- main
- develop
push:
branches:
- main
jobs:
docker-build-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build & Run Docker image
run: |
cp .env.example .env
docker build --no-cache -t financial-ai-agent:ci .