Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Updating CI/CD to latest version before merging into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Hart committed Jul 12, 2021
1 parent f29efff commit 7147a05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
git push origin ${GITHUB_REF#refs/*/}
services:
nodeos:
image: eosio/eosjs-ci:develop
image: eosio/eosjs-ci:release_2.2.x

ports:
- 8888:8888
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

services:
nodeos:
image: eosio/eosjs-ci:develop
image: eosio/eosjs-ci:release_2.2.x

ports:
- 8888:8888
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

services:
nodeos:
image: eosio/eosjs-ci:release_22.0.x
image: eosio/eosjs-ci:release_2.2.x

ports:
- 8888:8888
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:

services:
nodeos:
image: eosio/eosjs-ci:release_22.0.x
image: eosio/eosjs-ci:release_2.2.x

ports:
- 8888:8888
Expand Down

0 comments on commit 7147a05

Please # to comment.