Skip to content

Commit 3019251

Browse files
authored
chore(ci/rust): post docker images to gcp for rust binaries (#19246)
1 parent 9ddfb46 commit 3019251

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/branches.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- '.github/workflows/branches.yaml'
1515
- 'ops/scripts/compute-git-versions.sh'
1616
- 'op-rbuilder/**'
17-
- 'kona/**'
17+
- 'rust/**'
1818
schedule:
1919
# Daily builds at 2 AM UTC (matches CircleCI schedule)
2020
- cron: '0 2 * * *'
@@ -66,6 +66,9 @@ jobs:
6666
- op-interop-filter
6767
- op-rbuilder
6868
- kona-node
69+
- kona-client
70+
- kona-host
71+
- op-reth
6972
uses: ethereum-optimism/factory/.github/workflows/docker.yaml@f8f3cb4800e538003134fb5f50cc734c2c98d762
7073
with:
7174
mode: bake
@@ -110,6 +113,9 @@ jobs:
110113
- op-interop-filter
111114
- op-rbuilder
112115
- kona-node
116+
- kona-client
117+
- kona-host
118+
- op-reth
113119
uses: ethereum-optimism/factory/.github/workflows/docker.yaml@f8f3cb4800e538003134fb5f50cc734c2c98d762
114120
with:
115121
mode: bake
@@ -151,13 +157,19 @@ jobs:
151157
- op-interop-filter
152158
- op-rbuilder
153159
- kona-node
160+
- kona-host
161+
- kona-client
162+
- op-reth
154163
runner:
155164
- ubuntu-24.04
156165
- ubuntu-24.04-arm
157166
exclude:
158167
# Rust images use ENTRYPOINT, so the version check command differs
159168
- image_name: op-rbuilder
160169
- image_name: kona-node
170+
- image_name: kona-host
171+
- image_name: kona-client
172+
- image_name: op-reth
161173
runs-on: ${{ matrix.runner }}
162174
env:
163175
IMAGE: ${{ needs.build-fork.result == 'success' && format('ttl.sh/{0}/{1}:24h', github.sha, matrix.image_name) || format('us-docker.pkg.dev/oplabs-tools-artifacts/images/{0}:{1}', matrix.image_name, github.sha) }}
@@ -175,6 +187,9 @@ jobs:
175187
image_name:
176188
- op-rbuilder
177189
- kona-node
190+
- kona-host
191+
- kona-client
192+
- op-reth
178193
runner:
179194
- ubuntu-24.04
180195
- ubuntu-24.04-arm

0 commit comments

Comments
 (0)