Skip to content

update default branch to YDA-5699 #113

update default branch to YDA-5699

update default branch to YDA-5699 #113

Workflow file for this run

name: Lint Dockerfiles
on:
push:
paths:
- 'docker/images/davrods/Dockerfile'
- 'docker/images/mailpit/Dockerfile'
- 'docker/images/yoda_eus/Dockerfile'
- 'docker/images/yoda_irods_icat/Dockerfile'
- 'docker/images/yoda_portal/Dockerfile'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: jbergstroem/hadolint-gh-action@v1
with:
config_file: docker/hadolint.yml
dockerfile: docker/images/**/Dockerfile