Skip to content

Bump aiohttp from 3.9.0 to 3.9.2 #24

Bump aiohttp from 3.9.0 to 3.9.2

Bump aiohttp from 3.9.0 to 3.9.2 #24

name: Build and run the local Dockerfile
on:
push:
branches: ['master']
pull_request:
branches: ['master']
env:
PROJECT_NAME: ${{ github.event.repository.name }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: docker build . --file Dockerfile --tag $(echo "${{ env.PROJECT_NAME }}" | tr '[:upper:]' '[:lower:]')