Skip to content

Commit

Permalink
Using CP's fork
Browse files Browse the repository at this point in the history
  • Loading branch information
hpedrorodrigues committed May 15, 2024
1 parent 20748f4 commit 5f7ba21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- run: gcloud auth configure-docker us-central1-docker.pkg.dev
- run: |
docker tag mongooseim us-central1-docker.pkg.dev/chilipiper-cloud/mongooseim-docker/mongooseim-docker:1.0.$GITHUB_RUN_NUMBER
docker push us-central1-docker.pkg.dev/chilipiper-cloud/mongooseim-docker/mongooseim-docker:1.0.$GITHUB_RUN_NUMBER
docker push us-central1-docker.pkg.dev/chilipiper-cloud/mongooseim-docker/mongooseim:1.0.$GITHUB_RUN_NUMBER
2 changes: 1 addition & 1 deletion builder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ log () {

build () {
local name=${1:-MongooseIM}
local repo=${2:-https://github.com/esl/MongooseIM}
local repo=${2:-https://github.com/Chili-Piper/mongooseim}
local commit=${3:-master}
log do_build: $name $commit $repo | tee -a $LOGFILE
local workdir=/tmp/mongooseim
Expand Down

0 comments on commit 5f7ba21

Please sign in to comment.