Skip to content

Commit 1dfe977

Browse files
committed
Add Docker-GHCR auth step
Signed-off-by: Martijn Stevenson <[email protected]>
1 parent 402ea90 commit 1dfe977

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v2
4848

49+
# Needed for s390x test which runs on a GHCR Docker Ubuntu image.
50+
- name: Login to GitHub Container Registry
51+
uses: docker/login-action@v3
52+
with:
53+
registry: ghcr.io
54+
username: ${{ github.actor }}
55+
password: ${{ secrets.GITHUB_TOKEN }}
56+
4957
- name: Bazel cache
5058
uses: PiotrSikora/[email protected]
5159
with:

0 commit comments

Comments
 (0)