commit eaa0a9ec56bc86a59d3a257d249562864c1d9270 parent 6023582b4537e8fa1f3d6da1951016825a9e5a1c Author: iostpa <iostpa@iostpa.com> Date: Fri, 24 Apr 2026 15:55:56 +0300 Remove my git instance from the workflow Diffstat:
| M | .github/workflows/publish-release.yml | | | 6 | ------ |
| M | .github/workflows/publish.yml | | | 11 | ++--------- |
2 files changed, 2 insertions(+), 15 deletions(-)
diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml @@ -29,12 +29,6 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.MAIN_TOKEN }} - - name: Login to git.iostpa.com - uses: docker/login-action@v4 - with: - registry: git.iostpa.com - username: ${{ github.repository_owner }} - password: ${{ secrets.MIRROR_TOKEN }} - name: Extract metadata (tags, labels) for Docker id: meta uses: docker/metadata-action@v6 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -29,17 +29,10 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.MAIN_TOKEN }} - - name: Login to git.iostpa.com - uses: docker/login-action@v4 - with: - registry: git.iostpa.com - username: ${{ github.repository_owner }} - password: ${{ secrets.MIRROR_TOKEN }} - name: Build and Push Docker Image uses: docker/build-push-action@v7 with: context: . push: true tags: | - ghcr.io/${{ github.repository_owner }}/reviewbot:latest - git.iostpa.com/${{ github.repository_owner }}/reviewbot:latest- \ No newline at end of file + ghcr.io/${{ github.repository_owner }}/reviewbot:latest+ \ No newline at end of file