Skip to content

fix file copy path and upgrade mlflow #26

fix file copy path and upgrade mlflow

fix file copy path and upgrade mlflow #26

Workflow file for this run

name: docker
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container: hadolint/hadolint:latest-debian
steps:
- uses: actions/checkout@v2
- name: Lint
run: hadolint --ignore DL3008 --ignore DL3013 --ignore DL3003 --ignore DL4006 docker/**/Dockerfile* docker/mlflow/**/Dockerfile*