Skip to content

chore(deps): bump docker/build-push-action from 4.1.1 to 5.1.0 #17

chore(deps): bump docker/build-push-action from 4.1.1 to 5.1.0

chore(deps): bump docker/build-push-action from 4.1.1 to 5.1.0 #17

# ==================================================================
# HadoLint Linter Template
# ==================================================================
# This is the example you should work from to implement your own
# reusable workflow which calls your own reusable action
# ==================================================================
name: HadoLint Linter Template
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
hadolint-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run HadoLint
uses: ragsworks/reusable-linters/.github/actions/hadolint@master
with:
cli-args: ".github/actions/hadolint/docker/tests/Dockerfile"