mirror of
https://github.com/mgechev/revive.git
synced 2024-11-24 08:32:22 +02:00
use ghcr.io (#631)
This commit is contained in:
parent
c350076f4e
commit
58e6243b64
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
go-version: 1.16
|
||||
-
|
||||
name: Log into registry
|
||||
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
|
||||
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
|
||||
-
|
||||
name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user