Fix permissions issue
This commit is contained in:
parent
ee41c3fbd3
commit
1412f8ac1f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-and-deploy.yml
vendored
1
.github/workflows/build-and-deploy.yml
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue