Skip to content

Update python Docker tag to v3.12.4 #24

Update python Docker tag to v3.12.4

Update python Docker tag to v3.12.4 #24

---
name: (Pull Request) Check Base images builds
on:
pull_request:
branches:
- master
paths:
- "tags/base/Dockerfile"
jobs:
pr-dckr-base-stable:
uses: ./.github/workflows/call_pr_build.yml
with:
flavor: "base"
pr-dckr-base-master:
uses: ./.github/workflows/call_pr_build.yml
with:
flavor: "base"
version: "master"