File tree Expand file tree Collapse file tree 2 files changed +20
-13
lines changed Expand file tree Collapse file tree 2 files changed +20
-13
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+
2027 - name : Set up Go
2128 uses : actions/setup-go@v5
2229 with :
Original file line number Diff line number Diff line change @@ -57,19 +57,19 @@ changelog:
5757 - Merge pull request
5858 - Merge branch
5959
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"
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"
7373
7474dockers :
7575 - image_templates :
You can’t perform that action at this time.
0 commit comments