Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

FIX and REFACTOR

FIX and REFACTOR #6

Workflow file for this run

name: Verify that docker image can be produced.
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build .