s/pipeline/steps
This commit is contained in:
parent
ae10853632
commit
d657f69656
14 changed files with 14 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
|||
when:
|
||||
path: "charts/esphome/**"
|
||||
branch: main
|
||||
pipeline:
|
||||
steps:
|
||||
package:
|
||||
image: "docker.io/alpine/helm:latest"
|
||||
secrets: [helm_user, helm_password, helm_repo]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
when:
|
||||
path: "charts/homeassistant/**"
|
||||
branch: main
|
||||
pipeline:
|
||||
steps:
|
||||
package:
|
||||
image: "docker.io/alpine/helm:latest"
|
||||
secrets: [helm_user, helm_password, helm_repo]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
when:
|
||||
path: "charts/jellyfin/**"
|
||||
branch: main
|
||||
pipeline:
|
||||
steps:
|
||||
package:
|
||||
image: "docker.io/alpine/helm:latest"
|
||||
secrets: [helm_user, helm_password, helm_repo]
|
||||
|
|
|
@ -3,7 +3,7 @@ when:
|
|||
path: "charts/mastodon/**"
|
||||
branch: main
|
||||
|
||||
pipeline:
|
||||
steps:
|
||||
clone-real:
|
||||
image: "docker.io/alpine/git"
|
||||
commands:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
when:
|
||||
path: "charts/matrix-appservice-irc/**"
|
||||
branch: main
|
||||
pipeline:
|
||||
steps:
|
||||
package:
|
||||
image: "docker.io/alpine/helm:latest"
|
||||
secrets: [helm_user, helm_password, helm_repo]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
when:
|
||||
path: "charts/mautrix-facebook/**"
|
||||
branch: main
|
||||
pipeline:
|
||||
steps:
|
||||
package:
|
||||
image: "docker.io/alpine/helm:latest"
|
||||
secrets: [helm_user, helm_password, helm_repo]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
when:
|
||||
path: "charts/mautrix-instagram/**"
|
||||
branch: main
|
||||
pipeline:
|
||||
steps:
|
||||
package:
|
||||
image: "docker.io/alpine/helm:latest"
|
||||
secrets: [helm_user, helm_password, helm_repo]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
when:
|
||||
path: "charts/mautrix-signal/**"
|
||||
branch: main
|
||||
pipeline:
|
||||
steps:
|
||||
package:
|
||||
image: "docker.io/alpine/helm:latest"
|
||||
secrets: [helm_user, helm_password, helm_repo]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
when:
|
||||
path: "charts/mautrix-whatsapp/**"
|
||||
branch: main
|
||||
pipeline:
|
||||
steps:
|
||||
package:
|
||||
image: "docker.io/alpine/helm:latest"
|
||||
secrets: [helm_user, helm_password, helm_repo]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
when:
|
||||
path: "charts/mqtt/**"
|
||||
branch: main
|
||||
pipeline:
|
||||
steps:
|
||||
package:
|
||||
image: "docker.io/alpine/helm:latest"
|
||||
secrets: [helm_user, helm_password, helm_repo]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
when:
|
||||
path: "charts/piper/**"
|
||||
branch: main
|
||||
pipeline:
|
||||
steps:
|
||||
package:
|
||||
image: "docker.io/alpine/helm:latest"
|
||||
secrets: [helm_user, helm_password, helm_repo]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
when:
|
||||
path: "charts/unifi-controller/**"
|
||||
branch: main
|
||||
pipeline:
|
||||
steps:
|
||||
package:
|
||||
image: "docker.io/alpine/helm:latest"
|
||||
secrets: [helm_user, helm_password, helm_repo]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
when:
|
||||
path: "charts/whisper/**"
|
||||
branch: main
|
||||
pipeline:
|
||||
steps:
|
||||
package:
|
||||
image: "docker.io/alpine/helm:latest"
|
||||
secrets: [helm_user, helm_password, helm_repo]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
when:
|
||||
path: "charts/zigbee2mqtt/**"
|
||||
branch: main
|
||||
pipeline:
|
||||
steps:
|
||||
package:
|
||||
image: "docker.io/alpine/helm:latest"
|
||||
secrets: [helm_user, helm_password, helm_repo]
|
||||
|
|
Loading…
Reference in a new issue