Update python:3.13.0-alpine Docker digest to bbe8d3f (#391) #459
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 push image (Alpine version) | |
on: | |
push: | |
branches: | |
- "master" | |
paths: | |
- Dockerfile | |
- .github/workflows/docker-build-alpine.yml | |
- .github/workflows/docker-build-push.yml | |
- renew*.py | |
- requirements.txt | |
jobs: | |
build-alpine: | |
uses: ./.github/workflows/docker-build-push.yml | |
with: | |
variant: alpine | |
dockerfile: Dockerfile | |
platforms: linux/amd64,linux/arm64/v8 | |
secrets: | |
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} | |
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} |