Skip to content

Time series

Time series #30

name: Linux-Docker-installation
on:
pull_request:
branches:
- main
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Docker Compose
run: sudo apt-get install -y docker-compose
- name: Authenticate to GitHub Container Registry
run: echo ${{ secrets.COSICORR_BASE_IMG_PAT }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Install Docker
run: |
./install_cosicorr.sh --docker
docker images