Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

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 774e94b commit 94ec5aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Cardano node relay
- name: Build and push cardano backbone 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 }}
tags: emurgornd/cardano-backbone-relay:latest,emurgornd/cardano-backbone-relay:${{ github.ref_name }}

0 comments on commit 94ec5aa

Please sign in to comment.