This commit is contained in:
@@ -18,6 +18,6 @@ steps:
|
|||||||
from_secret: DOCKERHUB_TOKEN
|
from_secret: DOCKERHUB_TOKEN
|
||||||
context: ./build
|
context: ./build
|
||||||
repo: vistanarvas/${CI_REPO_NAME}
|
repo: vistanarvas/${CI_REPO_NAME}
|
||||||
tag: ${CI_COMMIT_BRANCH}-php-${PHP_VERSION}
|
tag: test-${CI_COMMIT_BRANCH}-php-${PHP_VERSION}
|
||||||
build_args:
|
build_args:
|
||||||
- BASE_VERSION=${PHP_VERSION}
|
- BASE_VERSION=${PHP_VERSION}
|
||||||
@@ -7,7 +7,7 @@ matrix:
|
|||||||
|
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
include: [ main, master ]
|
include: [ master ]
|
||||||
cron: nightly
|
cron: nightly
|
||||||
event: [ cron, release, manual ]
|
event: [ cron, release, manual ]
|
||||||
|
|
||||||
@@ -36,4 +36,5 @@ steps:
|
|||||||
from_secret: DOCKERHUB_TOKEN
|
from_secret: DOCKERHUB_TOKEN
|
||||||
context: ./build
|
context: ./build
|
||||||
repo: vistanarvas/${CI_REPO_NAME}
|
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