commit e1a8fbe17ad275ca131d3b8ad9a597bad376a65e parent 1890e8e37b77d62176f27277787efb0e98be10dd Author: iostpa <iostpa@iostpa.com> Date: Sat, 18 Apr 2026 11:27:14 +0300 Ditch my git instance for now Diffstat:
| M | .github/workflows/publish.yml | | | 11 | ++--------- |
1 file changed, 2 insertions(+), 9 deletions(-)
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.GHCR_TOKEN }} - - name: Login to git.iostpa.com - uses: docker/login-action@v4 - with: - registry: git.iostpa.com - username: ${{ github.repository_owner }} - password: ${{ secrets.FORGEJO_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