Skip to content

Commit c097caa

Browse files
committed
Build dockers
1 parent 3685091 commit c097caa

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/docker-images.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@ name: Build and Push Docker Images
22

33
on:
44
push:
5-
branches: [main, celo*]
6-
paths:
7-
- "espresso/docker/**"
8-
- "espresso/docker-compose.yml"
9-
- "config/**"
5+
branches:
6+
- "celo-integration*"
107
pull_request:
11-
branches: [main, celo*, integration]
12-
paths:
13-
- "espresso/docker/**"
14-
- "espresso/docker-compose.yml"
15-
- "config/**"
168
workflow_dispatch:
179

1810
env:
@@ -45,7 +37,7 @@ jobs:
4537
- name: Install Foundry
4638
uses: foundry-rs/foundry-toolchain@v1
4739
with:
48-
version: nightly-654c8f01721e43dbc8a53c7a3b022548cb82b2f9 # same as for the nix environment
40+
version: nightly-654c8f01721e43dbc8a53c7a3b022548cb82b2f9 # same as for the nix environment
4941

5042
- name: Install dasel
5143
run: |
@@ -465,4 +457,3 @@ jobs:
465457
TARGET_BASE_IMAGE=alpine:3.22
466458
TARGETOS=linux
467459
TARGETARCH=amd64
468-

0 commit comments

Comments
 (0)