We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a492ac commit 53f0466Copy full SHA for 53f0466
1 file changed
.github/workflows/github-actions-ci.yaml
@@ -39,7 +39,7 @@ jobs:
39
- name: Prepare SQL databases directory
40
run: |
41
# Give the rights to the 'mssql' user to read/write in the /tmp/other_databases_path directory.
42
- docker exec --user root $(docker ps -qf "ghcr.io/posinformatique/mssql-sqlcmd:2022-1.0.0-alpha.1") chown -R mssql:mssql /tmp/other_databases_path
+ docker exec --user root $(docker ps -qf "ancestor=ghcr.io/posinformatique/mssql-sqlcmd:2022-1.0.0-alpha.1") chown -R mssql:mssql /tmp/other_databases_path
43
44
- name: Run tests
45
0 commit comments