Skip to content

Commit 7847a04

Browse files
committed
Missing backslash in registry name
1 parent 61eee61 commit 7847a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cardano-node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
- name: 🏗 Build images
5050
working-directory: compose
5151
run: |
52-
make build testnet=${{ env.TESTNET }} registry=${{ env.REGISTRY }}
52+
make build testnet=${{ env.TESTNET }} registry=${{ env.REGISTRY }}/
5353
5454
- name: 🚢 Push images
5555
working-directory: compose
5656
run: |
57-
make push testnet=${{ env.TESTNET }} registry=${{ env.REGISTRY }}
57+
make push testnet=${{ env.TESTNET }} registry=${{ env.REGISTRY }}/
5858
5959
# this is where we should send a request on-chain
6060
# for now we use the GHA provided by AT

0 commit comments

Comments
 (0)