Skip to content

Commit 2b164da

Browse files
committed
Fix typo
1 parent 3429e29 commit 2b164da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cardano-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: 🏗 Build images
5050
working-directory: compose
5151
run: |
52-
docker build -t ${{ env.REGISTRY }}/antithesis-test:latest -f tracer-sidecard/Dockerfile tracer-sidecar
52+
docker build -t ${{ env.REGISTRY }}/antithesis-test:latest -f tracer-sidecar/Dockerfile tracer-sidecar
5353
# make build testnet=${{ env.TESTNET }} registry=${{ env.REGISTRY }}/
5454
5555
- name: 🚢 Push images

0 commit comments

Comments
 (0)