fix file copy path and upgrade mlflow #26
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* |