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 10, 2023
1 parent d3374f7 commit 345fdb8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Cardano node blockproducer
- name: Build and push Cardano Node
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
file: Dockerfile.node
tags: emurgornd/cardano-node:latest,emurgornd/cardano-node:${{ github.ref_name }}
- name: Build and push Cardano Submit API
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 }}
file: Dockerfile.submitapi
tags: emurgornd/cardano-submit-api:latest,emurgornd/cardano-node:${{ github.ref_name }}

0 comments on commit 345fdb8

Please sign in to comment.