From 13f1ad8068da1398fadc7937383ebe9b07d6bf58 Mon Sep 17 00:00:00 2001 From: Avelino Date: Sun, 4 Sep 2022 09:38:15 -0300 Subject: [PATCH] fix docker repository the repository was migrated from my account to the moclojer organization and the docker image path was not changed --- .github/workflows/docker.yml | 6 +++--- README.md | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 32184757..06249649 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3.0.2 - name: docker build - run: docker build -t ghcr.io/avelino/moclojer:dev . + run: docker build -t ghcr.io/moclojer/moclojer:dev . - name: ghcr.io login if: github.ref_name == 'main' uses: docker/login-action@v1 @@ -23,5 +23,5 @@ jobs: - name: ghcr.io push moclojer:dev if: github.ref_name == 'main' run: | - docker build -t ghcr.io/avelino/moclojer:dev . - docker push ghcr.io/avelino/moclojer:dev + docker build -t ghcr.io/moclojer/moclojer:dev . + docker push ghcr.io/moclojer/moclojer:dev diff --git a/README.md b/README.md index ad2ad439..189ce8f2 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # moclojer -moclojer +moclojer Simple and efficient HTTP mock server with specification in `yaml`, `edn` or `OpenAPI`. -> 💾 Download the binary with the latest version of moclojer to test on your computer [here](https://github.com/avelino/moclojer/releases/latest). +> 💾 Download the binary with the latest version of moclojer to test on your computer [here](https://github.com/moclojer/moclojer/releases/latest). -[![tests](https://github.com/avelino/moclojer/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/avelino/moclojer/actions/workflows/tests.yml) -[![linter](https://github.com/avelino/moclojer/actions/workflows/linter.yml/badge.svg?branch=main)](https://github.com/avelino/moclojer/actions/workflows/linter.yml) +[![tests](https://github.com/moclojer/moclojer/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/moclojer/moclojer/actions/workflows/tests.yml) +[![linter](https://github.com/moclojer/moclojer/actions/workflows/linter.yml/badge.svg?branch=main)](https://github.com/moclojer/moclojer/actions/workflows/linter.yml) **[📖 See the complete documentation for moclojer here](https://avelino.run/projects/moclojer/)**, if you want to contribute (or complement) the documentation, it is [here](https://github.com/avelino/avelino.run/blob/main/content/projects/moclojer.md). @@ -34,12 +34,12 @@ Simple and efficient HTTP mock server with specification in `yaml`, `edn` or `Op ## docker -**image:** `ghcr.io/avelino/moclojer:latest` +**image:** `ghcr.io/moclojer/moclojer:latest` ```sh docker run -it \ -v $(pwd)/moclojer.yml:/app/moclojer.yml \ - ghcr.io/avelino/moclojer:latest + ghcr.io/moclojer/moclojer:latest ``` ## 💻 dev environment