Skip to content

Commit ae8f32d

Browse files
committed
Fix(unbound): add missing docker login
1 parent acac25f commit ae8f32d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/goreleaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
- uses: docker/login-action@v3
17+
with:
18+
registry: ghcr.io
19+
username: ${{ github.actor }}
20+
password: ${{ secrets.GITHUB_TOKEN }}
1621
- id: meta
1722
uses: docker/metadata-action@v5
1823
with:

0 commit comments

Comments
 (0)