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 9, 2023
1 parent 4ad8742 commit 724f8f9
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 @@ -19,18 +19,6 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Cardano Node
uses: docker/build-push-action@v4
with:
push: true
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.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:
Expand Down

0 comments on commit 724f8f9

Please sign in to comment.