This commit is contained in:
parent
c3f48953fd
commit
0f9e42ef51
1 changed files with 3 additions and 3 deletions
|
@ -2,19 +2,19 @@
|
|||
kind: secret
|
||||
name: registry
|
||||
get:
|
||||
path: forgejo
|
||||
path: docker-push
|
||||
name: registry
|
||||
---
|
||||
kind: secret
|
||||
name: username
|
||||
get:
|
||||
path: forgejo
|
||||
path: docker-push
|
||||
name: username
|
||||
---
|
||||
kind: secret
|
||||
name: password
|
||||
get:
|
||||
path: forgejo
|
||||
path: docker-push
|
||||
name: password
|
||||
---
|
||||
kind: pipeline
|
||||
|
|
Loading…
Reference in a new issue