Skip to content

Commit

Permalink
Add missed defaul variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lystopad committed Jan 15, 2025
1 parent 32eac2f commit c78100a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ run-name: Build release ${{ inputs.release_version}} from branch ${{ inputs.chec
env:
APPLICATION: "erigon"
APPLICATION_VERSION: "Erigon3"
TEST_TRACKING_TIME_SECONDS: 7200 # 2 hours
TEST_TOTAL_TIME_SECONDS: 432000 # 5 days
TEST_CHAIN: "mainnet"
BUILDER_IMAGE: "golang:1.22-bookworm"
DOCKER_BASE_IMAGE: "debian:12.8-slim"
APP_REPO: "erigontech/erigon"
Expand Down

0 comments on commit c78100a

Please sign in to comment.