Skip to content

Commit 26cc0ba

Browse files
committed
chore(coprocessor): fix registry access
1 parent e9b24bf commit 26cc0ba

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/coprocessor-cargo-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ jobs:
6363
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
6464
restore-keys: ${{ runner.os }}-cargo-
6565

66+
- name: Login to GitHub Container Registry
67+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
68+
with:
69+
registry: ghcr.io
70+
username: ${{ github.actor }}
71+
password: ${{ secrets.GITHUB_TOKEN }}
72+
6673
- name: Init database
6774
run: make init_db
6875
working-directory: coprocessor/fhevm-engine/coprocessor

0 commit comments

Comments
 (0)