Skip to content

Update docker/setup-qemu-action action to v4.3.0 - autoclosed #1705

Update docker/setup-qemu-action action to v4.3.0 - autoclosed

Update docker/setup-qemu-action action to v4.3.0 - autoclosed #1705

Workflow file for this run

name: Alpine
on:
workflow_dispatch:
push:
paths-ignore:
- '.github/workflows/debian.yml'
- 'src/php/utils/docker/debian/**'
- 'Dockerfile-**-debian'
- 'README.md'
branches:
- master
pull_request:
paths-ignore:
- '.github/workflows/debian.yml'
- 'src/php/utils/docker/debian/**'
- 'Dockerfile-**-debian'
- 'README.md'
schedule:
- cron: '13 3 * * *'
jobs:
supported-alpine-versions:
name: Supported Alpine versions
runs-on: ubuntu-latest
outputs:
alpine: ${{ steps.supported-alpine-versions.outputs.versions }}
steps:
- id: supported-alpine-versions
name: Generate Alpine
uses: wyrihaximus/github-action-supported-alpine-linux-versions@88408abff983d8920864f7e9ea846b732c48cd51 # v1.4.1
ci:
needs:
- supported-alpine-versions
name: Continuous Integration
permissions:
contents: write
uses: ./.github/workflows/ci.yml
secrets: inherit
with:
alpine: ${{ needs.supported-alpine-versions.outputs.alpine }}
debian: "[]"