Skip to content

Commit 061155e

Browse files
committed
feat: remove docker login
1 parent ef0da42 commit 061155e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ jobs:
2121
cache: true
2222
- run: go mod tidy
2323
- run: go test -v ./...
24-
- uses: docker/login-action@v1
25-
with:
26-
registry: ghcr.io
27-
username: ${{ github.repository_owner }}
28-
password: ${{ secrets.GH_PAT }}
2924
- uses: goreleaser/goreleaser-action@v2
3025
with:
3126
version: latest

0 commit comments

Comments
 (0)