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

FIX: Only one worker, as they don't share adress space #4

FIX: Only one worker, as they don't share adress space

FIX: Only one worker, as they don't share adress space #4

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 .