Skip to content

Commit

Permalink
update leap and chronicle version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
apporc committed Jan 24, 2024
1 parent 0846b15 commit 92bd96a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/chronicle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
workflow_dispatch:
inputs:
version:
description: 'Version (tag to build, e.g. v2.2)'
description: "Version (tag to build, e.g. v3.3)"
required: true
default: 'v2.2'
default: "v3.3"
repo:
description: 'Git repository to pull from'
description: "Git repository to pull from"
required: true
default: 'https://github.com/EOSChronicleProject/eos-chronicle.git'
default: "https://github.com/EOSChronicleProject/eos-chronicle.git"

env:
REGISTRY: ghcr.io
Expand All @@ -20,7 +20,6 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v2

Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/leap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
workflow_dispatch:
inputs:
version:
description: 'Version (tag to build, e.g. v3.1.2)'
description: "Version (tag to build, e.g. v3.1.2)"
required: true
default: 'v3.1.2'
default: "v5.0.0"
repo:
description: 'Git repository to pull from'
description: "Git repository to pull from"
required: true
default: 'https://github.com/AntelopeIO/leap.git'
default: "https://github.com/AntelopeIO/leap.git"

env:
REGISTRY: ghcr.io
Expand All @@ -20,7 +20,6 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v2

Expand Down

0 comments on commit 92bd96a

Please sign in to comment.