Skip to content

Commit

Permalink
Merge pull request #2 from chaishiqi/iotex-stg
Browse files Browse the repository at this point in the history
update workflow docker registry
  • Loading branch information
huangzhiran authored Aug 26, 2024
2 parents 18ae143 + cf6d366 commit 899a8c9
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 899a8c9

Please sign in to comment.