Skip to content

Commit

Permalink
fixing github actions steps and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Apr 14, 2026
1 parent f4dfc72 commit 8c722c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/registry-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
env:
COMANAGE_REGISTRY_DIR: /srv/comanage-registry

# Pin Docker API for PHP Testcontainers (daemon supports max 1.44)
DOCKER_API_VERSION: "1.44"

# Values used by your PHPUnit setup test
COMANAGE_REGISTRY_ADMIN_GIVEN_NAME: Admin
COMANAGE_REGISTRY_ADMIN_FAMILY_NAME: User
Expand Down Expand Up @@ -109,7 +112,7 @@ jobs:
composer --version
docker --version
docker version
echo "$DOCKER_HOST"
echo "${DOCKER_HOST-}"
docker context show
- name: Create local/config/database.php placeholder
Expand Down

0 comments on commit 8c722c7

Please sign in to comment.