Skip to content

Commit

Permalink
chore: add -legacy to legacy geth image tags (#474)
Browse files Browse the repository at this point in the history
* chore: add `-legacy` to legacy geth image tags

* chore: add missing tag
  • Loading branch information
ahasna authored Aug 24, 2023
1 parent 41d3186 commit f7ea727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-geth-image-legacy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Create Legacy Geth Image
run-name: Creating Legacy Geth Image for ${{ inputs.tag }}-${{ inputs.genesis_validators }}-node
run-name: Creating Legacy Geth Image for ${{ inputs.tag }}-${{ inputs.genesis_validators }}-node-legacy
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -61,10 +61,10 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

build-arb-network:
build-geth-network:
runs-on: [self-hosted, linux, x64, ephemeral]
env:
IMAGE_TAG: ${{ inputs.tag }}-${{ inputs.genesis_validators }}-node${{ inputs.docker_image_tag_suffix }}
IMAGE_TAG: ${{ inputs.tag }}-${{ inputs.genesis_validators }}-node${{ inputs.docker_image_tag_suffix }}-legacy
needs:
- build-geth-base-image
services:
Expand Down

0 comments on commit f7ea727

Please sign in to comment.