Try to push to my-apps repo
This commit is contained in:
parent
a6c922247b
commit
7042829f7b
@ -44,6 +44,11 @@ steps:
|
|||||||
image: alpine:3.19
|
image: alpine:3.19
|
||||||
when:
|
when:
|
||||||
event: [ push ]
|
event: [ push ]
|
||||||
|
environment:
|
||||||
|
GIT_USERNAME:
|
||||||
|
from_secret: GIT_USERNAME
|
||||||
|
GIT_TOKEN:
|
||||||
|
from_secret: GIT_TOKEN
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache git yq
|
- apk add --no-cache git yq
|
||||||
- git config --global user.name "woodpecker-bot"
|
- git config --global user.name "woodpecker-bot"
|
||||||
@ -54,7 +59,3 @@ steps:
|
|||||||
- git add manifests/labmap/values.yaml
|
- git add manifests/labmap/values.yaml
|
||||||
- "git commit -m 'labmap: update image tag to ${CI_COMMIT_SHA:0:7}' || echo 'No changes'"
|
- "git commit -m 'labmap: update image tag to ${CI_COMMIT_SHA:0:7}' || echo 'No changes'"
|
||||||
- git push origin master
|
- git push origin master
|
||||||
environment:
|
|
||||||
from_secret:
|
|
||||||
- GIT_USERNAME
|
|
||||||
- GIT_TOKEN
|
|
||||||
Loading…
x
Reference in New Issue
Block a user