Skip to content

Commit 716f8cc

Browse files
authored
set tmpfs permissions (#13)
this fixes running the action
1 parent eaaa17c commit 716f8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
run: |
2222
sed -i "s/COUCHDB_VERSION/$INPUT_COUCHDB_VERSION/" $GITHUB_ACTION_PATH/Dockerfile.couchdb
2323
docker build --tag custom-couchdb -f $GITHUB_ACTION_PATH/Dockerfile.couchdb $GITHUB_ACTION_PATH
24-
docker run -d -p 5984:5984 -p 5986:5986 --tmpfs /ram_disk custom-couchdb
24+
docker run -d -p 5984:5984 -p 5986:5986 --tmpfs /ram_disk:uid=5984,gid=5984,mode=770 custom-couchdb
2525
shell: bash
2626
- name: Wait for CouchDB to be ready
2727
run: $GITHUB_ACTION_PATH/wait-for-couchdb.sh

0 commit comments

Comments
 (0)