Skip to content

Commit df7cca0

Browse files
committed
Removing tap for now and tweaking release pipeline
1 parent e83d6e5 commit df7cca0

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
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:

.goreleaser.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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

7474
dockers:
7575
- image_templates:

0 commit comments

Comments
 (0)