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
|
@ -29,7 +29,7 @@
|
|||
|
||||
systemd.services.docker_start_container = {
|
||||
# environment = {
|
||||
# CONTAINER_IMAGE = "matterlabsrobot/tdx-test:pnj1ryxxb8gbzk9wh18s9bcqrzr1z9ff";
|
||||
# CONTAINER_IMAGE = "ghcr.io/matter-labs/tdx-test:pnj1ryxxb8gbzk9wh18s9bcqrzr1z9ff";
|
||||
# CONTAINER_HUB = "docker.io";
|
||||
# CONTAINER_TOKEN = "";
|
||||
# CONTAINER_USER = "";
|
||||
|
|
|
@ -1 +1 @@
|
|||
matterlabsrobot/tdx-test:81hgl91s5hj0sb83c7ij9acf2s5qjvb5
|
||||
ghcr.io/matter-labs/tdx-test:81hgl91s5hj0sb83c7ij9acf2s5qjvb5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue