Skip to content

Commit

Permalink
Log in to Quay.io before running GoReleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Mar 12, 2020
1 parent f9b9f5d commit e7df235
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
uses: actions/setup-go@v1
with:
go-version: 1.14
- name: Log in to quay.io
uses: Azure/docker-login@v1
with:
login-server: quay.io
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down

0 comments on commit e7df235

Please sign in to comment.