Skip to content

Commit

Permalink
ci: change workflow to new org
Browse files Browse the repository at this point in the history
  • Loading branch information
huyngopt1994 committed Feb 27, 2024
1 parent 60467d9 commit 2a000a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ on:
push:
branches:
- master
pull_request:
branches:
- master

env:
REGISTRY: ghcr.io
IMAGE_REPOSITORY: axieinfinity/bridge
IMAGE_REPOSITORY: ronin-chain/bridge
DOCKER_FILE: Dockerfile
jobs:
push_to_docker_registry:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_REPOSITORY: axieinfinity/bridge
IMAGE_REPOSITORY: ronin-chain/bridge
DOCKER_FILE: Dockerfile
jobs:
push_to_docker_registry:
Expand Down

0 comments on commit 2a000a7

Please sign in to comment.