We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783f2a5 commit dd97114Copy full SHA for dd97114
.github/workflows/build_docker.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
push: true
32
file: Dockerfile.submitapi
33
- tags: emurgornd/cardano-submit-api:latest,emurgornd/cardano-node:${{ github.ref_name }}
+ tags: emurgornd/cardano-submit-api:latest,emurgornd/cardano-submit-api:${{ github.ref_name }}
34
- name: Build and push Cardano node blockproducer
35
uses: docker/build-push-action@v4
36
0 commit comments