Update python:3.13.1-alpine Docker digest to 804ad02 #869
Workflow file for this run
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: build and scan image (Debian version) | |
on: | |
push: | |
branches-ignore: | |
- "master" | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
- reopened | |
jobs: | |
build-debian: | |
uses: ./.github/workflows/pr.yml | |
with: | |
variant: debian | |
dockerfile: Dockerfile.debian |