change image tags
All checks were successful
ci/woodpecker/push/build_dev Pipeline was successful

This commit is contained in:
Ruben Momoa
2024-08-23 10:37:10 +02:00
parent b4fb921549
commit 119d49f46b
2 changed files with 4 additions and 3 deletions

View File

@@ -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}

View File

@@ -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}