Skip to content

Bump hashicorp/kubernetes from 2.25.2 to 2.26.0 in /infra (#286) #583

Bump hashicorp/kubernetes from 2.25.2 to 2.26.0 in /infra (#286)

Bump hashicorp/kubernetes from 2.25.2 to 2.26.0 in /infra (#286) #583

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