some small change

This commit is contained in:
a1012112796 2021-02-20 15:43:05 +08:00
parent cb6a87d34a
commit 93cb2a7998
1 changed files with 8 additions and 12 deletions

View File

@ -7,8 +7,10 @@ platform:
arch: amd64
trigger:
ref:
- refs/heads/master
branch:
- master
event:
- push
steps:
- name: publish
@ -22,10 +24,6 @@ steps:
from_secret: docker_password
username:
from_secret: docker_username
when:
event:
exclude:
- pull_request
---
kind: pipeline
@ -36,8 +34,10 @@ platform:
arch: arm64
trigger:
ref:
- refs/heads/master
branch:
- master
event:
- push
steps:
- name: publish
@ -51,7 +51,3 @@ steps:
from_secret: docker_password
username:
from_secret: docker_username
when:
event:
exclude:
- pull_request