Skip to content

docker: hadolint upgrade #5

docker: hadolint upgrade

docker: hadolint upgrade #5

Workflow file for this run

# This file is part of REANA.
# Copyright (C) 2020 CERN.
#
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
name: CI
on: [push, pull_request]
jobs:
lint-dockerfile:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Check Dockerfile compliance
run: docker run -i --rm hadolint/hadolint:v2.12.0 < Dockerfile