Skip to content

Bump to Python 3.8 (oldest non-EOL) #5

Bump to Python 3.8 (oldest non-EOL)

Bump to Python 3.8 (oldest non-EOL) #5

Workflow file for this run

on: push
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
target: tests
push: false
cache-from: type=gha
cache-to: type=gha,mode=max