Skip to content

ci: update all actions #1

ci: update all actions

ci: update all actions #1

Workflow file for this run

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