Skip to content
This repository was archived by the owner on Oct 18, 2025. It is now read-only.

Add plotting and new functionallity playground folder #8

Add plotting and new functionallity playground folder

Add plotting and new functionallity playground folder #8

Workflow file for this run

name: Docker image for controller
on:
push:
branches:
- main
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and push the image
run: |
docker login --username ${{ secrets.GH_USERNAME }} --password ${{ secrets.GH_PAT }} ghcr.io
docker build . --tag ghcr.io/liu-seegoals/controller:latest
docker push ghcr.io/liu-seegoals/controller:latest