diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index b5bae0622..03e50e565 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -72,9 +72,11 @@ jobs: docker save next-terminal:${{ steps.version.outputs.VERSION}} | gzip > next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz ls -lh next-terminal-*.tar.gz - - name: Upload artifact - uses: actions/upload-artifact@v3 - with: - name: next-terminal-docker-${{ steps.version.outputs.VERSION }} - path: next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz - retention-days: 7 + # Artifact upload disabled - Gitea bug: https://github.com/go-gitea/gitea/issues/35619 + # The artifact URL uses DOMAIN:HTTP_PORT instead of ROOT_URL + # - name: Upload artifact + # uses: actions/upload-artifact@v3 + # with: + # name: next-terminal-docker-${{ steps.version.outputs.VERSION }} + # path: next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz + # retention-days: 7