Skip to content

Commit

Permalink
Merge pull request #207 from Luzilla/helm-chart
Browse files Browse the repository at this point in the history
Fix(unbound): add missing docker login
  • Loading branch information
till authored Mar 29, 2024
2 parents acac25f + ae8f32d commit 1f4c5ee
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 1f4c5ee

Please sign in to comment.