[openwrt/openwrt] ci: push-containers: trigger job on release branching

LEDE Commits lede-commits at lists.infradead.org
Tue May 23 09:29:19 PDT 2023


ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8fc2a0f00f7f62ded3c849e78742c3d87d52ec91

commit 8fc2a0f00f7f62ded3c849e78742c3d87d52ec91
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Tue May 23 16:56:09 2023 +0200

    ci: push-containers: trigger job on release branching
    
    Currently all 23.05 related CI jobs are failing as the containers are
    not available, so lets fix it by pushing those containers when the
    version.mk changes.
    
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 .github/workflows/push-containers.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/push-containers.yml b/.github/workflows/push-containers.yml
index bad39c2fc2..28b07244ef 100644
--- a/.github/workflows/push-containers.yml
+++ b/.github/workflows/push-containers.yml
@@ -3,6 +3,7 @@ name: Build and Push prebuilt tools container
 on:
   push:
     paths:
+      - 'include/version.mk'
       - 'tools/**'
       - '.github/workflows/build-tools.yml'
       - '.github/workflows/push-containers.yml'




More information about the lede-commits mailing list