Skip to content

Update docker.io/library/python Docker tag to v3.10.15 #143

Update docker.io/library/python Docker tag to v3.10.15

Update docker.io/library/python Docker tag to v3.10.15 #143

Workflow file for this run

---
name: Pull Request or Push
on:
push:
branches:
- 'main' # Run on pushes to main
tags-ignore:
- '*' # Ignore pushes to tags
pull_request:
jobs:
call_central_workflow:
name: CI
uses: ./.github/workflows/ci.yml
permissions:
contents: write
pages: write
id-token: write
pull-requests: read