Skip to content

Commit

Permalink
update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoney committed Apr 25, 2022
1 parent f8bc2bd commit 6f88eeb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.SERVER_TLS_MONITOR_TOKEN }}
-
name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 6f88eeb

Please sign in to comment.