Skip to content

Bump to python 3.12.0 #36

Bump to python 3.12.0

Bump to python 3.12.0 #36

Workflow file for this run

name: Docker Image CI
on:
workflow_dispatch:
push:
branches: master
jobs:
build:
runs-on: ubuntu-latest
if:
steps:
- uses: actions/checkout@v3
- name: Install git
run: sudo apt-get install git
- name: Quay login
uses: docker/login-action@v2.2.0
with:
registry: quay.io
username: ${{ secrets.QUAY_USER }}
password: ${{ secrets.QUAY_TOKEN }}
- name: Build images
run: make all