This commit is contained in:
parent
578d6cee47
commit
050d6c7e6b
1 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ trigger:
|
|||
event:
|
||||
- push
|
||||
|
||||
# disable temporarely
|
||||
# disable temporarily
|
||||
#---
|
||||
#kind: pipeline
|
||||
#type: docker
|
||||
|
@ -106,7 +106,7 @@ steps:
|
|||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
- linux/arm
|
||||
# - linux/arm
|
||||
username:
|
||||
from_secret: USERNAME
|
||||
password:
|
||||
|
@ -120,7 +120,7 @@ steps:
|
|||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
- linux/arm
|
||||
# - linux/arm
|
||||
username:
|
||||
from_secret: USERNAME
|
||||
password:
|
||||
|
|
Reference in a new issue