This commit is contained in:
@@ -18,6 +18,6 @@ steps:
|
||||
from_secret: DOCKERHUB_TOKEN
|
||||
context: ./build
|
||||
repo: vistanarvas/${CI_REPO_NAME}
|
||||
tag: ${CI_COMMIT_BRANCH}-php-${PHP_VERSION}
|
||||
tag: test-${CI_COMMIT_BRANCH}-php-${PHP_VERSION}
|
||||
build_args:
|
||||
- BASE_VERSION=${PHP_VERSION}
|
||||
@@ -7,7 +7,7 @@ matrix:
|
||||
|
||||
when:
|
||||
branch:
|
||||
include: [ main, master ]
|
||||
include: [ master ]
|
||||
cron: nightly
|
||||
event: [ cron, release, manual ]
|
||||
|
||||
@@ -36,4 +36,5 @@ steps:
|
||||
from_secret: DOCKERHUB_TOKEN
|
||||
context: ./build
|
||||
repo: vistanarvas/${CI_REPO_NAME}
|
||||
tag: php-${PHP_VERSION}
|
||||
auto_tag: true
|
||||
auto_tag_suffix: -php-${PHP_VERSION}
|
||||
Reference in New Issue
Block a user