Skip to content

Commit 2bc49ad

Browse files
zajcaclaude
andcommitted
fix: add explicit image names to service aliases for standalone workflows
The standalone repo workflows tag/push specific image names: - StorageApiPhpClient: keboola/storage-api-tests - ManageApiPhpClient: keboola/manage-api-tests - TableBackendUtils: table-utils Without explicit image: fields, docker compose build wouldn't produce the expected image names. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 63ba984 commit 2bc49ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ services:
1111
# Alias for standalone repo workflow compatibility
1212
tests:
1313
<<: *dev
14+
image: keboola/storage-api-tests
1415

1516
dev-xdebug:
1617
build:

0 commit comments

Comments
 (0)