Update dependency alpine_3_19/firefox to v124 (#163) #316
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 }} |