Skip to content

Commit

Permalink
Update build_docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz authored Oct 6, 2023
1 parent cae33f9 commit 1223aa7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,15 @@ jobs:
push: true
file: Dockerfile.submitapi
tags: emurgornd/cardano-submit-api:latest,emurgornd/cardano-node:${{ github.ref_name }}
- name: Build and push Cardano node blockproducer
uses: docker/build-push-action@v4
with:
push: true
file: Dockerfile.blockproducer
tags: emurgornd/cardano-node-block-producer:latest,emurgornd/cardano-node-block-producer:${{ github.ref_name }}
- name: Build and push Cardano node relay
uses: docker/build-push-action@v4
with:
push: true
file: Dockerfile.relay
tags: emurgornd/cardano-node-relay:latest,emurgornd/cardano-node-relay:${{ github.ref_name }}

0 comments on commit 1223aa7

Please sign in to comment.