Skip to content

Commit 864f62c

Browse files
committed
chore: Use custom repo
Signed-off-by: Javier Aliaga <[email protected]>
1 parent aed1198 commit 864f62c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-validation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,13 @@ jobs:
7676
- name: Checkout Durable Task Sidecar
7777
uses: actions/checkout@v4
7878
with:
79-
repository: dapr/durabletask-go
79+
repository: javier-aliaga/durabletask-go
80+
ref: upgrade-dockerfile
8081
path: durabletask-sidecar
8182

8283
# TODO: Move the sidecar into a central image repository
8384
- name: Initialize Durable Task Sidecar
84-
run: docker run --name durabletask-sidecar -p 4001:4001 --rm -it $(docker build -q ./durabletask-sidecar)
85+
run: docker run -d --name durabletask-sidecar -p 4001:4001 --rm -i $(docker build -q ./durabletask-sidecar)
8586

8687
- name: Display Durable Task Sidecar Logs
8788
run: nohup docker logs --since=0 durabletask-sidecar > durabletask-sidecar.log 2>&1 &

0 commit comments

Comments
 (0)