Skip to content

Change Docker image for performing backups #59

Change Docker image for performing backups

Change Docker image for performing backups #59

Workflow file for this run

name: "Check Dockerfiles with hadolint"
on:
pull_request:
paths:
- "**/Dockerfile"
jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- name: Checkout latest
uses: actions/checkout@v4
- name: Run hadolint
uses: hadolint/hadolint-action@v3.1.0
with:
recursive: true