File tree 1 file changed +28
-28
lines changed 1 file changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -594,80 +594,80 @@ steps:
594
594
595
595
---
596
596
kind : pipeline
597
- name : docker-linux-amd64-release
597
+ name : docker-linux-dry-run
598
598
599
599
platform :
600
600
os : linux
601
- arch : amd64
601
+ arch : arm64
602
602
603
603
workspace :
604
604
base : /go
605
605
path : src/code.gitea.io/gitea
606
606
607
607
depends_on :
608
- - testing
608
+ - compliance
609
609
610
610
trigger :
611
611
ref :
612
- - refs/heads/master
613
- - " refs/tags/**"
612
+ - " refs/pull/**"
614
613
615
614
steps :
616
- - name : fetch-tags
617
- pull : default
618
- image : docker:git
619
- commands :
620
- - git fetch --tags --force
621
-
622
- - name : publish
615
+ - name : dryrun
623
616
pull : always
624
- image : plugins/docker:linux-amd64
617
+ image : plugins/docker:linux-arm64
625
618
settings :
626
- auto_tag : true
627
- auto_tag_suffix : linux-amd64
619
+ dry_run : true
628
620
repo : gitea/gitea
621
+ tags : linux-arm64
629
622
build_args :
630
623
- GOPROXY=off
631
- password :
632
- from_secret : docker_password
633
- username :
634
- from_secret : docker_username
635
624
when :
636
625
event :
637
- exclude :
638
626
- pull_request
639
627
640
628
---
641
629
kind : pipeline
642
- name : docker-linux-arm64-dry-run
630
+ name : docker-linux-amd64-release
643
631
644
632
platform :
645
633
os : linux
646
- arch : arm64
634
+ arch : amd64
647
635
648
636
workspace :
649
637
base : /go
650
638
path : src/code.gitea.io/gitea
651
639
652
640
depends_on :
653
- - compliance
641
+ - testing
654
642
655
643
trigger :
656
644
ref :
657
- - " refs/pull/**"
645
+ - refs/heads/master
646
+ - " refs/tags/**"
658
647
659
648
steps :
660
- - name : dryrun
649
+ - name : fetch-tags
650
+ pull : default
651
+ image : docker:git
652
+ commands :
653
+ - git fetch --tags --force
654
+
655
+ - name : publish
661
656
pull : always
662
- image : plugins/docker:linux-arm64
657
+ image : plugins/docker:linux-amd64
663
658
settings :
664
- dry_run : true
659
+ auto_tag : true
660
+ auto_tag_suffix : linux-amd64
665
661
repo : gitea/gitea
666
- tags : linux-arm64
667
662
build_args :
668
663
- GOPROXY=off
664
+ password :
665
+ from_secret : docker_password
666
+ username :
667
+ from_secret : docker_username
669
668
when :
670
669
event :
670
+ exclude :
671
671
- pull_request
672
672
673
673
---
You can’t perform that action at this time.
0 commit comments