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 Sep 29, 2023
1 parent 46d2112 commit 1c819c7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,3 @@ jobs:
push: true
file: Dockerfile.submitapi
tags: emurgornd/cardano-submit-api:latest,emurgornd/cardano-node:${{ 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 }}
- name: Build and push Cardano block producer
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 }}

0 comments on commit 1c819c7

Please sign in to comment.