Skip to content

Commit

Permalink
Fix(unbound): add missing docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Mar 29, 2024
1 parent acac25f commit ae8f32d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- id: meta
uses: docker/metadata-action@v5
with:
Expand Down

0 comments on commit ae8f32d

Please sign in to comment.