Skip to content

Commit a790585

Browse files
committed
👷 login to ghcr
Signed-off-by: Joe Runde <[email protected]>
1 parent 600e8be commit a790585

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ jobs:
3939
- name: "Set up Docker Buildx"
4040
uses: docker/setup-buildx-action@v3
4141

42+
- name: "Log in to Github Container registry"
43+
uses: docker/login-action@v3
44+
with:
45+
registry: ghcr.io
46+
username: ${{ github.actor }}
47+
password: ${{ secrets.GITHUB_TOKEN }}
48+
4249
- name: "Docker build"
4350
run: make build-router
4451

0 commit comments

Comments
 (0)