Skip to content

Update links in footer to point to github accounts #29

Update links in footer to point to github accounts

Update links in footer to point to github accounts #29

name: Build Docker image.
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile