Tidy up job
This commit is contained in:
parent
c4a45b7f04
commit
4296951f60
@ -2,11 +2,11 @@ name: Publish Ethereum Fixturenet Stack Container Images
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: '*'
|
branches: 'main'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
publish:
|
||||||
name: "Run Ethereum Fixturenet stack test"
|
name: "Publish Ethereum Fixturenet Stack Container Images"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: "Clone project repository"
|
- name: "Clone project repository"
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
PATH=$PATH:~/bin
|
PATH=$PATH:~/bin
|
||||||
laconic-so --quiet --stack $(pwd)/stack-orchestrator/stacks/fixturenet-eth setup-repositories
|
laconic-so --quiet --stack $(pwd)/stack-orchestrator/stacks/fixturenet-eth setup-repositories
|
||||||
laconic-so --stack $(pwd)/stack-orchestrator/stacks/fixturenet-eth build-containers
|
laconic-so --stack $(pwd)/stack-orchestrator/stacks/fixturenet-eth build-containers
|
||||||
- name: "Publish containers"
|
- name: "Publish container images"
|
||||||
run: |
|
run: |
|
||||||
PATH=$PATH:~/bin
|
PATH=$PATH:~/bin
|
||||||
echo ${{ secrets.CICD_PUBLISH_TOKEN }} | docker login git.vdb.to -u cerccicd --password-stdin
|
echo ${{ secrets.CICD_PUBLISH_TOKEN }} | docker login git.vdb.to -u cerccicd --password-stdin
|
||||||
|
Loading…
Reference in New Issue
Block a user