Compare commits
1 commit
e60003d44b
...
7cb68c2de4
Author | SHA1 | Date | |
---|---|---|---|
7cb68c2de4 |
1 changed files with 8 additions and 6 deletions
|
@ -40,8 +40,10 @@ steps:
|
||||||
repo: git.faercol.me/polyculeconnect/polyculeconnect
|
repo: git.faercol.me/polyculeconnect/polyculeconnect
|
||||||
registry: git.faercol.me
|
registry: git.faercol.me
|
||||||
tags: latest
|
tags: latest
|
||||||
username: $GIT_USERNAME
|
username:
|
||||||
password: $GIT_PASSWORD
|
from_secret: git_username
|
||||||
|
password:
|
||||||
|
from_secret: git_password
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
# - linux/arm64
|
# - linux/arm64
|
||||||
|
@ -51,7 +53,6 @@ steps:
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
secrets: [git_username, git_password]
|
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
@ -77,9 +78,10 @@ steps:
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
# - linux/arm64
|
# - linux/arm64
|
||||||
username: $GIT_USERNAME
|
username:
|
||||||
password: $GIT_PASSWORD
|
from_secret: git_username
|
||||||
secrets: [git_username, git_password]
|
password:
|
||||||
|
from_secret: git_password
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
|
Loading…
Add table
Reference in a new issue