Skip to content

docker: hadolint upgrade #7

docker: hadolint upgrade

docker: hadolint upgrade #7

Workflow file for this run

# This file is part of REANA.
# Copyright (C) 2022, 2023 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@v3
- name: Check Dockerfile compliance
run: docker run -i --rm docker.io/hadolint/hadolint:v2.12.0 < Dockerfile
build-docker:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build image
run: docker build -t docker.io/reanahub/reana-auth-rucio .