Skip to content

YDA-5862: install custom build of pysqlcipher3 on Ubuntu #128

YDA-5862: install custom build of pysqlcipher3 on Ubuntu

YDA-5862: install custom build of pysqlcipher3 on Ubuntu #128

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