Skip to content

build(deps): bump docker/setup-qemu-action from 4.1.0 to 4.2.0 #2698

build(deps): bump docker/setup-qemu-action from 4.1.0 to 4.2.0

build(deps): bump docker/setup-qemu-action from 4.1.0 to 4.2.0 #2698

Workflow file for this run

name: Build CI
on:
push:
branches:
- '4.14.x' # Release branch
- 'feature-**' # Feature branches
pull_request:
branches:
- '4.14.x' # Release branch
- 'feature-**' # Feature branches
workflow_dispatch:
permissions: {}
jobs:
call-build:
uses: ./.github/workflows/_meta-build.yaml
with:
app-version: '4-snapshot'
publish-container: ${{ github.ref_name == '4.14.x' || startsWith(github.ref_name, 'feature-') }}
ref-name: ${{ github.ref_name }}
secrets:
registry-0-usr: ${{ secrets.HUB_USERNAME }}
registry-0-psw: ${{ secrets.HUB_ACCESS_TOKEN }}