Skip to content

Bump python from 3.11.5-slim-bullseye to 3.12.0-slim-bullseye #128

Bump python from 3.11.5-slim-bullseye to 3.12.0-slim-bullseye

Bump python from 3.11.5-slim-bullseye to 3.12.0-slim-bullseye #128

Workflow file for this run

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