Skip to content

⬆️ [ GitHub Actions ] (deps): Bump docker/build-push-action from 6.18.0 to 6.19.2 in the github-actions group #37

⬆️ [ GitHub Actions ] (deps): Bump docker/build-push-action from 6.18.0 to 6.19.2 in the github-actions group

⬆️ [ GitHub Actions ] (deps): Bump docker/build-push-action from 6.18.0 to 6.19.2 in the github-actions group #37

Workflow file for this run

name: Code Lint
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-dockerfile:
name: Lint Dockerfile
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Lint Dockerfile with hadolint
uses: hadolint/hadolint-action@v3.3.0
with:
dockerfile: ./Dockerfile
config: .hadolint.yaml