Compare commits
1 commit
c8bbd4f260
...
7cb68c2de4
Author | SHA1 | Date | |
---|---|---|---|
7cb68c2de4 |
1 changed files with 5 additions and 5 deletions
|
@ -41,9 +41,9 @@ steps:
|
|||
registry: git.faercol.me
|
||||
tags: latest
|
||||
username:
|
||||
from_secret: GIT_USERNAME
|
||||
from_secret: git_username
|
||||
password:
|
||||
from_secret: GIT_PASSWORD
|
||||
from_secret: git_password
|
||||
platforms:
|
||||
- linux/amd64
|
||||
# - linux/arm64
|
||||
|
@ -79,10 +79,10 @@ steps:
|
|||
- linux/amd64
|
||||
# - linux/arm64
|
||||
username:
|
||||
from_secret: GIT_USERNAME
|
||||
from_secret: git_username
|
||||
password:
|
||||
from_secret: GIT_PASSWORD
|
||||
from_secret: git_password
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- tag
|
||||
- tag
|
||||
|
|
Loading…
Add table
Reference in a new issue