File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 46
46
steps :
47
47
- uses : actions/checkout@v2
48
48
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
-
57
49
- name : Bazel cache
58
50
uses :
PiotrSikora/[email protected]
59
51
with :
@@ -287,6 +279,14 @@ jobs:
287
279
steps :
288
280
- uses : actions/checkout@v2
289
281
282
+ # Needed for s390x test which runs on a GHCR Docker Ubuntu image.
283
+ - name : Login to GitHub Container Registry
284
+ uses : docker/login-action@v3
285
+ with :
286
+ registry : ghcr.io
287
+ username : ${{ github.actor }}
288
+ password : ${{ secrets.GITHUB_TOKEN }}
289
+
290
290
- name : Install dependencies (Linux)
291
291
if : ${{ matrix.deps != '' && startsWith(matrix.os, 'ubuntu') }}
292
292
run : sudo apt update -y && sudo apt install -y ${{ matrix.deps }}
You can’t perform that action at this time.
0 commit comments