Skip to content

Commit 0ddea6e

Browse files
committed
chore: Remove Docker Buildx setup and GitHub Container Registry login from artifacts workflow
Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent ade2e64 commit 0ddea6e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/artifacts.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,10 @@ jobs:
3030
go-version: '1.24'
3131
cache: true
3232

33-
- name: Set up Docker Buildx
34-
uses: docker/setup-buildx-action@v3.10.0
35-
with:
36-
version: latest
37-
3833
- name: Install GoReleaser
3934
run: |
4035
curl -sSL https://github.com/goreleaser/goreleaser/releases/download/v2.7.0/goreleaser_Linux_x86_64.tar.gz | tar -xzv -C /usr/local/bin goreleaser
4136
42-
- name: Login to GitHub Container Registry
43-
uses: docker/login-action@v3.4.0
44-
with:
45-
registry: ghcr.io
46-
username: ${{ github.actor }}
47-
password: ${{ secrets.GITHUB_TOKEN }}
48-
4937
- name: Run GoReleaser
5038
run: |
5139
goreleaser release --clean

0 commit comments

Comments
 (0)