mediatek/filogic: add OpenWrt One support
[openwrt/openwrt.git] / .github / workflows / push-containers.yml
1 name: Build and Push prebuilt tools container
2
3 on:
4 push:
5 paths:
6 - 'include/version.mk'
7 - 'include/cmake.mk'
8 - 'tools/**'
9 - '.github/workflows/push-containers.yml'
10 - 'toolchain/**'
11 branches-ignore:
12 - master
13
14 permissions:
15 contents: read
16
17 concurrency:
18 group: ${{ github.workflow }}-${{ github.ref }}
19 cancel-in-progress: true
20
21 jobs:
22 build-push-containers:
23 name: Build and Push all prebuilt containers
24 permissions:
25 contents: read
26 packages: write
27 actions: write
28 uses: openwrt/actions-shared-workflows/.github/workflows/push-containers.yml@main