Skip to content

Commit

Permalink
Migrate to compose v2 (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex committed Sep 2, 2024
1 parent 53d2757 commit 68853d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Docker compose
run: STAKE_TOKEN="ujunox" TIMEOUT_COMMIT=500ms docker-compose up -d
run: STAKE_TOKEN="ujunox" TIMEOUT_COMMIT=500ms docker compose up -d

- name: Copy binary
run: docker cp juno_node_1:/usr/bin/junod ./junod
Expand Down

0 comments on commit 68853d2

Please sign in to comment.