Skip to content

Commit 9e2febf

Browse files
ci: attempt to fix CI
1 parent 0b43a64 commit 9e2febf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ jobs:
8989
# Set the image tag
9090
export TAG="${{ github.ref_name }}"
9191
92+
# Wait for the image to be available in the registry
93+
sleep 10
94+
9295
# Pull the new Docker images
9396
docker compose pull
9497
# Restart services

0 commit comments

Comments
 (0)