Skip to content

Update performance graph styling #30

Update performance graph styling

Update performance graph styling #30

Workflow file for this run

name: Main
on:
push:
branches:
- main
tags:
- '**'
paths-ignore:
- README.md
- LICENSE
pull_request:
jobs:
Push-Docker:
name: push-docker
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{secrets.DOCKER_USERNAME}}
password: ${{secrets.DOCKER_PASSWORD}}
- name: Push container
run: ./ci/push_docker.sh