Skip to content

Commit

Permalink
Merge pull request #3 from ronin-chain/workflow-change-org-to-ronin-c…
Browse files Browse the repository at this point in the history
…hain

ci: change workflow to new org
  • Loading branch information
huyngopt1994 authored Feb 29, 2024
2 parents 60467d9 + 00d67a1 commit 1d3d89c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ on:
push:
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 1d3d89c

Please sign in to comment.