Skip to content
This repository was archived by the owner on May 11, 2024. It is now read-only.

Commit f62dffb

Browse files
committed
chore: update ci
1 parent cca1518 commit f62dffb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Push docker image to GCR"
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main,eip4844]
66
tags:
77
- "v*"
88

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN make build
88

99
FROM alpine:latest
1010

11-
RUN apk add --no-cache ca-certificates
11+
RUN apk add --no-cache ca-certificates libstdc++
1212

1313
COPY --from=builder /taiko-client/bin/taiko-client /usr/local/bin/
1414

0 commit comments

Comments
 (0)