projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d226e1
)
ci: push-containers: trigger job on release branching
author
Petr Štetiar
<ynezz@true.cz>
Tue, 23 May 2023 14:56:09 +0000
(16:56 +0200)
committer
Petr Štetiar
<ynezz@true.cz>
Tue, 23 May 2023 19:41:49 +0000
(21:41 +0200)
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@true.cz>
(cherry picked from commit
8fc2a0f00f7f62ded3c849e78742c3d87d52ec91
)
.github/workflows/push-containers.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/push-containers.yml
b/.github/workflows/push-containers.yml
index bad39c2fc2c9b35985ffccc98a75576dfc8571dd..28b07244ef6c98caab6da3a54df0b0102f44378a 100644
(file)
--- 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'