1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-06 03:04:06 +02:00

login to github registry to push docker images (#630)

This commit is contained in:
Ahmed 2022-02-08 10:40:43 +01:00 committed by GitHub
parent e0fa03a13a
commit c350076f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,9 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.16
-
name: Log into registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2