Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/actions/build-push-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ runs:
- run: mkdir -p /root/.docker/ || true
shell: bash

- run: mkdir -p /home/runner/.docker
shell: bash

- name: Log in
uses: redhat-actions/podman-login@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
IMAGE_NAME: "ci-unified"
RUST_STABLE_VERSION: "1.93.0"
RUST_NIGHTLY_VERSION: "2026-01-27"
FORKLIFT_VERSION: "0.16.0"
FORKLIFT_VERSION: "0.17.0"
CODECOV_UPLOADER_VERSION: "v0.7.3"
CODECOV_CLI_VERSION: "v0.6.0"
DISTRO_CODENAME: "bullseye"
Expand Down
2 changes: 1 addition & 1 deletion ci-unified/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ COPY ci-unified/download-bin.sh download-bin.sh
ARG SOLC_VERSION="v0.8.30"
RUN bash download-bin.sh solc ${SOLC_VERSION}

ARG RESOLC_VERSION="v0.5.0"
ARG RESOLC_VERSION="v1.0.0"
RUN bash download-bin.sh resolc ${RESOLC_VERSION}

### codecov
Expand Down
Loading