diff --git a/.github/workflows/build_docker.yml b/.github/workflows/build_docker.yml index 2f54463529f..d02a779380c 100644 --- a/.github/workflows/build_docker.yml +++ b/.github/workflows/build_docker.yml @@ -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 }}