File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77jobs :
88 validate :
9- uses : aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.1 .1
9+ uses : aeternity/github-actions/.github/workflows/_validate-npm.yml@v2.3 .1
1010 publish :
11- uses : aeternity/github-actions/.github/workflows/_publish-docker .yml@v1.1 .1
11+ uses : aeternity/github-actions/.github/workflows/_publish-ecr .yml@v2.3 .1
1212 needs : [ validate ]
1313 secrets : inherit
1414 deploy :
15- uses : aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v1.1 .1
15+ uses : aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v2.3 .1
1616 needs : [publish]
1717 secrets : inherit
1818 strategy :
Original file line number Diff line number Diff line change 77
88jobs :
99 delete-tag :
10- uses : aeternity/github-actions/.github/workflows/_delete-tag-docker .yml@v1.1 .1
10+ uses : aeternity/github-actions/.github/workflows/_delete-tag-ecr .yml@v2.3 .1
1111 secrets : inherit
1212 with :
13- DOCKERHUB_REPO : aeternitybot/aemon
14- DOCKERHUB_TAG : " pr-${{ github.event.number }}"
13+ TAG : " pr-${{ github.event.number }}"
14+ cleanup :
15+ uses : aeternity/github-actions/.github/workflows/_cleanup-ecr.yml@v2.3.1
16+ needs : [ delete-tag ]
17+ secrets : inherit
Original file line number Diff line number Diff line change 66
77jobs :
88 validate :
9- uses : aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.1 .1
9+ uses : aeternity/github-actions/.github/workflows/_validate-npm.yml@v2.3 .1
1010 publish :
11- uses : aeternity/github-actions/.github/workflows/_publish-docker .yml@v1.1 .1
11+ uses : aeternity/github-actions/.github/workflows/_publish-ecr .yml@v2.3 .1
1212 needs : [ validate ]
1313 secrets : inherit
14- with :
15- DOCKERHUB_REPO : aeternitybot/aemon
Original file line number Diff line number Diff line change 66
77jobs :
88 validate :
9- uses : aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.1 .1
9+ uses : aeternity/github-actions/.github/workflows/_validate-npm.yml@v2.3 .1
1010 publish :
11- uses : aeternity/github-actions/.github/workflows/_publish-docker .yml@v1.1 .1
11+ uses : aeternity/github-actions/.github/workflows/_publish-ecr .yml@v2.3 .1
1212 needs : [ validate ]
1313 secrets : inherit
1414 deploy :
15- uses : aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v1.1 .1
15+ uses : aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v2.3 .1
1616 needs : [publish]
1717 secrets : inherit
1818 strategy :
Original file line number Diff line number Diff line change 4040 "temp-directory" : " build/.nyc_output"
4141 },
4242 "scripts" : {
43+ "build" : " echo \" Build OK\" " ,
4344 "test" : " ava --verbose" ,
4445 "test:watch" : " ava --verbose --watch" ,
4546 "coverage" : " c8 ava" ,
You can’t perform that action at this time.
0 commit comments