Skip to content

chore(deps): update python docker tag to v3.13.1 #30

chore(deps): update python docker tag to v3.13.1

chore(deps): update python docker tag to v3.13.1 #30

---
name: (Pull Request) Check Base images builds
on:
pull_request:
types: [ opened, synchronize, reopened ]
branches:
- master
paths:
- "tags/base/Dockerfile"
jobs:
pr-dckr-base:
strategy:
matrix:
version: [ "stable", "master" ]
uses: ./.github/workflows/call_pr_build.yml
with:
flavor: "base"
version: ${{ matrix.version }}