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 465a884 commit 73087b5Copy full SHA for 73087b5
.github/workflows/build_docker.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: docker/build-push-action@v4
24
with:
25
push: true
26
+ sync_tags: true
27
file: Dockerfile.node
28
tags: emurgornd/cardano-node:latest,emurgornd/cardano-node:${{ github.ref_name }}
29
- name: Build and push Cardano Submit API
0 commit comments