build
ci/woodpecker/push/base Pipeline was successful
Details
ci/woodpecker/push/base Pipeline was successful
Details
parent
24c6a1e22e
commit
86351e336c
|
@ -41,7 +41,17 @@ steps:
|
||||||
image: *buildx_image
|
image: *buildx_image
|
||||||
pull: true
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
<<:*buildx_base_settings
|
platforms: linux/amd64
|
||||||
|
dockerfile: docker/Dockerfile.ci
|
||||||
|
context: .
|
||||||
|
registry:
|
||||||
|
from_secret: registry_domain
|
||||||
|
repo:
|
||||||
|
from_secret: target_image_name
|
||||||
|
password:
|
||||||
|
from_secret: registry_token
|
||||||
|
username:
|
||||||
|
from_secret: registry_user
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
tag: [next, "next-${CI_COMMIT_SHA:0:8}"]
|
tag: [next, "next-${CI_COMMIT_SHA:0:8}"]
|
||||||
when:
|
when:
|
||||||
|
@ -52,7 +62,17 @@ steps:
|
||||||
image: *buildx_image
|
image: *buildx_image
|
||||||
pull: true
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
<<:*buildx_base_settings
|
platforms: linux/amd64
|
||||||
|
dockerfile: docker/Dockerfile.ci
|
||||||
|
context: .
|
||||||
|
registry:
|
||||||
|
from_secret: registry_domain
|
||||||
|
repo:
|
||||||
|
from_secret: target_image_name
|
||||||
|
password:
|
||||||
|
from_secret: registry_token
|
||||||
|
username:
|
||||||
|
from_secret: registry_user
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
tag: ["${CI_COMMIT_BRANCH}", "${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA:0:8}"]
|
tag: ["${CI_COMMIT_BRANCH}", "${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA:0:8}"]
|
||||||
when:
|
when:
|
||||||
|
@ -62,7 +82,17 @@ steps:
|
||||||
image: *buildx_image
|
image: *buildx_image
|
||||||
pull: true
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
<<:*buildx_base_settings
|
platforms: linux/amd64
|
||||||
|
dockerfile: docker/Dockerfile.ci
|
||||||
|
context: .
|
||||||
|
registry:
|
||||||
|
from_secret: registry_domain
|
||||||
|
repo:
|
||||||
|
from_secret: target_image_name
|
||||||
|
password:
|
||||||
|
from_secret: registry_token
|
||||||
|
username:
|
||||||
|
from_secret: registry_user
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
tag: [latest, "${CI_COMMIT_TAG}", "tag-${CI_COMMIT_SHA:0:8}"]
|
tag: [latest, "${CI_COMMIT_TAG}", "tag-${CI_COMMIT_SHA:0:8}"]
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in New Issue