File tree Expand file tree Collapse file tree 3 files changed +2
-75
lines changed Expand file tree Collapse file tree 3 files changed +2
-75
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 fetch-depth : 0
1919
20- - name : Login to GitHub Container Registry
21- uses : docker/login-action@v3
22- with :
23- registry : ghcr.io
24- username : ${{ github.actor }}
25- password : ${{ secrets.GITHUB_TOKEN }}
26-
2720 - name : Set up Go
2821 uses : actions/setup-go@v5
2922 with :
3730 version : latest
3831 args : release --clean
3932 env :
40- GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
33+ GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
Original file line number Diff line number Diff line change @@ -40,12 +40,6 @@ archives:
4040 - README.md
4141 - LICENSE*
4242
43- checksum :
44- name_template : ' checksums.txt'
45-
46- snapshot :
47- name_template : " {{ incpatch .Version }}-next"
48-
4943changelog :
5044 sort : asc
5145 filters :
@@ -55,37 +49,4 @@ changelog:
5549 - ' ^ci:'
5650 - ' ^chore:'
5751 - Merge pull request
58- - Merge branch
59-
60- # brews:
61- # - name: proxmox-lxc-compose
62- # tap:
63- # owner: larkinwc
64- # name: homebrew-tap
65- # folder: Formula
66- # homepage: "https://github.com/larkinwc/proxmox-lxc-compose"
67- # description: "A docker-compose like tool for managing LXC containers in Proxmox"
68- # license: "MIT"
69- # test: |
70- # system "#{bin}/lxc-compose --version"
71- # install: |
72- # bin.install "lxc-compose"
73-
74- dockers :
75- - image_templates :
76- - " ghcr.io/larkinwc/proxmox-lxc-compose:{{ .Version }}"
77- - " ghcr.io/larkinwc/proxmox-lxc-compose:v{{ .Major }}"
78- - " ghcr.io/larkinwc/proxmox-lxc-compose:v{{ .Major }}.{{ .Minor }}"
79- - " ghcr.io/larkinwc/proxmox-lxc-compose:latest"
80- dockerfile : Dockerfile
81- use : buildx
82- build_flag_templates :
83- - " --platform=linux/amd64"
84- - " --label=org.opencontainers.image.title={{ .ProjectName }}"
85- - " --label=org.opencontainers.image.description=A docker-compose like tool for managing LXC containers in Proxmox"
86- - " --label=org.opencontainers.image.url=https://github.com/larkinwc/proxmox-lxc-compose"
87- - " --label=org.opencontainers.image.source=https://github.com/larkinwc/proxmox-lxc-compose"
88- - " --label=org.opencontainers.image.version={{ .Version }}"
89- - " --label=org.opencontainers.image.created={{ .Date }}"
90- - " --label=org.opencontainers.image.revision={{ .FullCommit }}"
91- - " --label=org.opencontainers.image.licenses=MIT"
52+ - Merge branch
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments