Skip to content

Commit 8106cb7

Browse files
committed
ci: login necessary
1 parent 5033d53 commit 8106cb7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/nightly_docker_test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ jobs:
5858
service: "core_linux"
5959
service-name: "Linux Core Service"
6060
steps:
61+
- name: Login to GitHub Container Registry
62+
uses: docker/login-action@v3
63+
with:
64+
registry: ghcr.io
65+
username: ${{ github.actor }}
66+
password: ${{ secrets.GITHUB_TOKEN }}
67+
6168
- name: Check ${{ matrix.service-name }} manifest
6269
id: services
6370
run: |

0 commit comments

Comments
 (0)