Skip to content

Commit

Permalink
update workflow docker registry
Browse files Browse the repository at this point in the history
  • Loading branch information
chaishiqi committed Aug 26, 2024
1 parent fe02788 commit cf6d366
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cf6d366

Please sign in to comment.