Skip to content

Bump apache/airflow from 2.7.3-python3.10 to 2.8.0-python3.10 in /airflow #552

Bump apache/airflow from 2.7.3-python3.10 to 2.8.0-python3.10 in /airflow

Bump apache/airflow from 2.7.3-python3.10 to 2.8.0-python3.10 in /airflow #552

Workflow file for this run

name: "Docker"
on:
push:
branches:
- main
pull_request:
jobs:
docker:
name: "Docker"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Hadolint Airflow
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: ./airflow/Dockerfile
- name: Run Hadolint Dbt
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: ./dbt/Dockerfile