ci: remove docker login from binary build

This commit is contained in:
Mohamed Sohail 2022-12-01 09:34:24 +00:00
parent 256dd109f5
commit 742095c71f
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
1 changed files with 0 additions and 6 deletions

View File

@ -22,12 +22,6 @@ jobs:
with:
go-version: 1.19
- name: Login to Docker Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with: