From cf6d3669d4b0cf50d8c2321758271884da4e212c Mon Sep 17 00:00:00 2001 From: seventeen <315654883@qq.com> Date: Mon, 26 Aug 2024 19:54:17 +0800 Subject: [PATCH] update workflow docker registry --- .github/workflows/build_image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 25d3041..bc2ea14 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -2,13 +2,13 @@ name: build_image on: push: - branches: ["iotex-stg"] + branches: ["main"] tags: ["v*.*.*"] env: REGISTRY: ghcr.io - REPOSITORY_URI_WEB: iotex-project/safe-gateway-web - REPOSITORY_URI_NGINX: iotex-project/safe-gateway-nginx + REPOSITORY_URI_WEB: iotexproject/safe-gateway-web + REPOSITORY_URI_NGINX: iotexproject/safe-gateway-nginx jobs: build_docker_image: