1
0
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:
Ahmed 2022-02-09 10:55:00 +01:00 committed by GitHub
parent c350076f4e
commit 58e6243b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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