Skip to content

Bump cvxpy from 1.5.3 to 1.6.0 #1511

Bump cvxpy from 1.5.3 to 1.6.0

Bump cvxpy from 1.5.3 to 1.6.0 #1511

name: Docker Image CI
on:
pull_request:
branches: [ "main" ]
schedule:
- cron: "0 0 1 * *"
jobs:
build:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: |
export tag=$(git rev-parse --short "$GITHUB_SHA")
export actor=$(echo ${{ github.actor }} | tr -d '[]')
docker build . --file Dockerfile --tag ghcr.io/${actor}/pyriemann-qiskit:$tag