Update python Docker tag to v3.12.3 #23
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | ||
name: (Pull Request) Check Alpine images builds | ||
on: | ||
pull_request: | ||
branches: | ||
- master | ||
paths: | ||
- "tags/alpine/Dockerfile" | ||
jobs: | ||
pr-dckr-alpine-stable: | ||
uses: ./.github/workflows/call_pr_check_build.yml | ||
Check failure on line 13 in .github/workflows/pr-flavor-alpine.yml GitHub Actions / .github/workflows/pr-flavor-alpine.ymlInvalid workflow file
|
||
with: | ||
flavor: "alpine" | ||
pr-dckr-alpine-master: | ||
uses: ./.github/workflows/call_pr_check_build.yml | ||
with: | ||
flavor: "alpine" | ||
version: "master" |