Skip to content

Create CONTRIBUTING.md #22

Create CONTRIBUTING.md

Create CONTRIBUTING.md #22

Workflow file for this run

name: Docker Image CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:${GITHUB_SHA::8}