Skip to content

Commit f26579a

Browse files
committed
fixed image name
1 parent 9caa903 commit f26579a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env-dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COMPOSE_FILE=./docker-compose.yml:./docker-compose.dev.yml
1212
# ------------------
1313

1414
# Docker image to be build
15-
STACK_PHP_IMAGE=dmstr/yii2-app
15+
STACK_PHP_IMAGE=local/yii2-app
1616

1717
# GitHub API token for container and build
1818
GITHUB_API_TOKEN=0000000000000000000000000000000000000000

tests/.env-dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
COMPOSE_PROJECT_NAME=test-yii2-app
22
COMPOSE_FILE=../docker-compose.yml:./docker-compose.test.yml
33

4-
STACK_PHP_IMAGE=dmstr/yii2-app
4+
STACK_PHP_IMAGE=local/yii2-app

0 commit comments

Comments
 (0)