We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b24bf commit 26cc0baCopy full SHA for 26cc0ba
1 file changed
.github/workflows/coprocessor-cargo-tests.yml
@@ -63,6 +63,13 @@ jobs:
63
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
64
restore-keys: ${{ runner.os }}-cargo-
65
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
+
73
- name: Init database
74
run: make init_db
75
working-directory: coprocessor/fhevm-engine/coprocessor
0 commit comments