Skip to content

Commit 664643b

Browse files
build & deploy eth-rpc docker image for stable release (paritytech#10739)
build and deploy eth-rpc docker image for stable branches --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3a49084 commit 664643b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/build-publish-eth-rpc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- stable*
78
pull_request:
89
types: [opened, synchronize, reopened, ready_for_review]
910

@@ -58,7 +59,7 @@ jobs:
5859
build_push_docker:
5960
name: Build and push docker images
6061
runs-on: parity-large
61-
if: github.ref == 'refs/heads/master'
62+
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/stable')
6263
needs: [set-variables]
6364
env:
6465
VERSION: ${{ needs.set-variables.outputs.VERSION }}

prdoc/pr_10739.prdoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
title: build & deploy eth-rpc docker image for stable release
2+
doc:
3+
- audience: Runtime Dev
4+
description: 'build and deploy eth-rpc docker image for stable branches
5+
6+
'
7+
crates: []

0 commit comments

Comments
 (0)