Skip to content

Commit

Permalink
remove docker login
Browse files Browse the repository at this point in the history
Signed-off-by: mreise <[email protected]>
  • Loading branch information
mreise authored Oct 17, 2024
1 parent c1829e2 commit c0a4685
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
go-version: '^1.22'
- name: Docker Login
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
go-version: '^1.22'
- uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
Expand Down

0 comments on commit c0a4685

Please sign in to comment.