Skip to content

Update task.py get_custom_headers missing 'compression' key (#8633) #211

Update task.py get_custom_headers missing 'compression' key (#8633)

Update task.py get_custom_headers missing 'compression' key (#8633) #211

Workflow file for this run

name: Docker
on:
pull_request:
branches: [ 'main']
paths:
- '**.py'
- '**.txt'
- '**.toml'
- '/docker/**'
- '.github/workflows/docker.yml'
- 'Dockerfile'
push:
branches: [ 'main']
paths:
- '**.py'
- '**.txt'
- '**.toml'
- '/docker/**'
- '.github/workflows/docker.yml'
jobs:
docker-build:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- name: Build Docker container
run: make docker-build