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
|
||||
registry: git.faercol.me
|
||||
tags: latest
|
||||
username: $GIT_USERNAME
|
||||
password: $GIT_PASSWORD
|
||||
username:
|
||||
from_secret: git_username
|
||||
password:
|
||||
from_secret: git_password
|
||||
platforms:
|
||||
- linux/amd64
|
||||
# - linux/arm64
|
||||
|
@ -51,7 +53,6 @@ steps:
|
|||
when:
|
||||
branch:
|
||||
- main
|
||||
secrets: [git_username, git_password]
|
||||
|
||||
trigger:
|
||||
event:
|
||||
|
@ -77,9 +78,10 @@ steps:
|
|||
platforms:
|
||||
- linux/amd64
|
||||
# - linux/arm64
|
||||
username: $GIT_USERNAME
|
||||
password: $GIT_PASSWORD
|
||||
secrets: [git_username, git_password]
|
||||
username:
|
||||
from_secret: git_username
|
||||
password:
|
||||
from_secret: git_password
|
||||
|
||||
trigger:
|
||||
event:
|
||||
|
|
Loading…
Add table
Reference in a new issue