Skip to content

Bump softprops/action-gh-release from 1 to 2 #152

Bump softprops/action-gh-release from 1 to 2

Bump softprops/action-gh-release from 1 to 2 #152

Workflow file for this run

name: Hadolint
on:
workflow_dispatch: {}
workflow_call: {}
push: {}
pull_request:
types: [opened, reopened, synchronize]
concurrency:
group: ci-containerfile-lint-${{ github.ref }}-1
cancel-in-progress: true
jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Containerfile