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