Skip to content

Bump hashicorp/kubernetes from 2.32.0 to 2.33.0 in /infra (#376) #762

Bump hashicorp/kubernetes from 2.32.0 to 2.33.0 in /infra (#376)

Bump hashicorp/kubernetes from 2.32.0 to 2.33.0 in /infra (#376) #762

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