Skip to content

Bump hashicorp/kubernetes from 2.25.1 to 2.25.2 in /infra #561

Bump hashicorp/kubernetes from 2.25.1 to 2.25.2 in /infra

Bump hashicorp/kubernetes from 2.25.1 to 2.25.2 in /infra #561

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