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 61eee61 commit 7847a04Copy full SHA for 7847a04
.github/workflows/cardano-node.yaml
@@ -49,12 +49,12 @@ jobs:
49
- name: 🏗 Build images
50
working-directory: compose
51
run: |
52
- make build testnet=${{ env.TESTNET }} registry=${{ env.REGISTRY }}
+ make build testnet=${{ env.TESTNET }} registry=${{ env.REGISTRY }}/
53
54
- name: 🚢 Push images
55
56
57
- make push testnet=${{ env.TESTNET }} registry=${{ env.REGISTRY }}
+ make push testnet=${{ env.TESTNET }} registry=${{ env.REGISTRY }}/
58
59
# this is where we should send a request on-chain
60
# for now we use the GHA provided by AT
0 commit comments