Fix permissions issue

This commit is contained in:
Christbru 2025-10-19 10:29:45 -05:00
commit 1412f8ac1f

View file

@ -86,6 +86,7 @@ jobs:
debug: true
script: |
cd /home/github-actions/codered-astra
chmod -R o+rX rust-engine/demo-data
# wrapper to support both Docker Compose v2 and legacy v1
compose() { docker compose "$@" || docker-compose "$@"; }
# Log in to GHCR using the run's GITHUB_TOKEN so compose can pull images.