Skip to content

chore(deps): update docker/build-push-action action to v6 #42

chore(deps): update docker/build-push-action action to v6

chore(deps): update docker/build-push-action action to v6 #42

Workflow file for this run

name: lint
on:
# yamllint disable-line rule:truthy
push:
branches: [master]
pull_request:
branches: [master]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
with:
recursive: true
failure-threshold: warning # info is usually ok