Skip to content

Commit aaace53

Browse files
authored
Docker login (#163)
Signed-off-by: Cody Soyland <[email protected]>
1 parent 438846f commit aaace53

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .github/workflows/release.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ jobs:
2525
go-version-file: "./go.mod"
2626
check-latest: true
2727
- uses: ko-build/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa # v0.6
28+
- name: Login to GitHub Container Registry
29+
uses: docker/login-action@v3
30+
with:
31+
registry: ghcr.io
32+
username: ${{ github.actor }}
33+
password: ${{ secrets.GITHUB_TOKEN }}
34+
2835
- name: Build and publish webhook to GHCR
2936
id: build
3037
run: |

0 commit comments

Comments
 (0)