mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
feat(ci): switch to GitHub Container Registry for images
Updated the workflow to push container images to GitHub Container Registry instead of Docker Hub. Added a login step for GHCR and updated image tagging and pushing commands accordingly. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
542e3a9fcc
commit
3257f316b5
12 changed files with 43 additions and 42 deletions
|
@ -27,7 +27,7 @@ spec:
|
|||
imagePullSecrets:
|
||||
- name: docker-regcred
|
||||
containers:
|
||||
- image: matterlabsrobot/teepot-vault-sgx-azure:latest
|
||||
- image: ghcr.io/matter-labs/teepot-vault-sgx-azure:latest
|
||||
name: vault
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
|
@ -62,7 +62,7 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /opt/vault/data
|
||||
name: data-3
|
||||
- image: matterlabsrobot/teepot-vault-unseal-sgx-azure:latest
|
||||
- image: ghcr.io/matter-labs/teepot-vault-unseal-sgx-azure:latest
|
||||
name: vault-unseal
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue