This commit is contained in:
parent
a3229ea864
commit
0246603541
@ -17,7 +17,7 @@ local PipelineBuild(os='linux', arch='amd64') = {
|
|||||||
dry_run: true,
|
dry_run: true,
|
||||||
tags: version_tag,
|
tags: version_tag,
|
||||||
dockerfile: './Dockerfile.' + file_suffix,
|
dockerfile: './Dockerfile.' + file_suffix,
|
||||||
repo: ' xoxys/kanboard',
|
repo: 'xoxys/kanboard',
|
||||||
username: { from_secret: "docker_username" },
|
username: { from_secret: "docker_username" },
|
||||||
password: { from_secret: "docker_password" },
|
password: { from_secret: "docker_password" },
|
||||||
build_args: {
|
build_args: {
|
||||||
@ -33,7 +33,7 @@ local PipelineBuild(os='linux', arch='amd64') = {
|
|||||||
auto_tag: true,
|
auto_tag: true,
|
||||||
auto_tag_suffix: version_tag,
|
auto_tag_suffix: version_tag,
|
||||||
dockerfile: './Dockerfile.' + file_suffix,
|
dockerfile: './Dockerfile.' + file_suffix,
|
||||||
repo: ' xoxys/kanboard',
|
repo: 'xoxys/kanboard',
|
||||||
username: { from_secret: "docker_username" },
|
username: { from_secret: "docker_username" },
|
||||||
password: { from_secret: "docker_password" },
|
password: { from_secret: "docker_password" },
|
||||||
build_args: {
|
build_args: {
|
||||||
|
@ -120,6 +120,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 0fd78b364519c25794576c753916afb332432bc417d9b2366f4fec4a40b501e0
|
hmac: 453c6db4c5b0e41007b25cd604e0aafb38a0a3b97f589410a663b49800cc906c
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user