Skip to content

Bump hashicorp/helm from 2.12.0 to 2.12.1 in /infra #539

Bump hashicorp/helm from 2.12.0 to 2.12.1 in /infra

Bump hashicorp/helm from 2.12.0 to 2.12.1 in /infra #539

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